mcp-protocol-suite

mcp-protocol-suite is a skill for Claude Code, Codex from AbdullahMalik17/malikclaw. It costs 27 tokens per session (219 once invoked), scanned A, original, MIT.

A skill for connecting an AI coding agent to tools and data provided by MCP servers. MCP, or Model Context Protocol, is a standard for exposing tools, resources, and prompts to an agent.

In plain words
What is it for?
Starting MCP server connections, listing available tools, reading shared resources, and retrieving prompt templates over supported local or remote transports.
Why use it?
It handles the connection and discovery work needed before an agent can use external tools or APIs through MCP.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Starting MCP server connections, listing available tools, reading shared resources, and retrieving prompt templates over supported local or remote transports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/abdullahmalik17/malikclaw/mcp-protocol-suite
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AbdullahMalik17/malikclaw --skill mcp-protocol-suite
Clone the repo
git clone --depth 1 https://github.com/AbdullahMalik17/malikclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-protocol-suite

README.md
[![agentmods](https://agentmods.dev/badge/skills/abdullahmalik17/malikclaw/mcp-protocol-suite.svg)](https://agentmods.dev/skills/abdullahmalik17/malikclaw/mcp-protocol-suite)
Your own site
<a href="https://agentmods.dev/skills/abdullahmalik17/malikclaw/mcp-protocol-suite"><img src="https://agentmods.dev/badge/skills/abdullahmalik17/malikclaw/mcp-protocol-suite.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 219 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00219
Opus 5 $0.00014 $0.00110
Sonnet 5 $0.00005 $0.00044
Haiku 4.5 $0.00003 $0.00022

Measured 8d ago against content hash a41780a0c819, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

mcp-protocol-suite scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/mcp-protocol-suite/SKILL.md · 31 lines

What it actually says

🔌 MCP Protocol Integration Skill

Use this skill to discover, initialize, and execute tools exposed by local or remote Model Context Protocol (MCP) servers.

Capabilities

  • Server Handshake: Establish JSON-RPC stdio or SSE transport connections.
  • Dynamic Tool Listing: Query tools/list to populate agent tool registries at runtime.
  • Resource Management: Read MCP context resources (resources/read) and prompt templates (prompts/get).

Example MCP Client Config

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/allowed/path"]
    }
  }
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 31 lines · 27 tokens per session scan A a41780a0c819

Subscribe to this mod's changes

mcp-protocol-suite is a skill published in the GitHub repository AbdullahMalik17/malikclaw (15 stars, last pushed 12d ago), licensed MIT. It adds 27 tokens to every session and 219 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

AI Integration Specialist

Integrate AI tools and APIs into business workflows and applications.

eddiebelaval/squire · 15 tokens

mcp-builder

Guide for creating advanced-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

platonai/Browser4 · 61 tokens

enterprise-integration-testing

Orchestration skill for enterprise integration testing across SAP, middleware, WMS, and backend systems. Covers E2E enterprise flows, SAP-specific patterns (RFC, BAPI, IDoc, OData, Fiori), cross-system data validation, and enterprise quality gates.

summarybotng/summarybot-ng · 60 tokens

AI Integration Specialist

Integrate AI tools and APIs into business workflows and applications.

jmsktm/claude-settings · 15 tokens

nemo-evaluator-sdk

Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with container-first architecture for reproducible benchmarking.

davila7/claude-code-templates · 76 tokens

agent-communication-protocol

Open protocol for AI agent interoperability enabling standardized communication between agents, applications, and humans across different frameworks.

majiayu000/claude-skill-registry · 25 tokens