mcp-gateway-tooling
Guides design of MCP gateways for paid contract tools.
Install
mkdir -p .claude/skills/mcp-gateway-tooling && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15840" && unzip -o skill.zip -d .claude/skills/mcp-gateway-tooling && rm skill.zipInstalls to .claude/skills/mcp-gateway-tooling
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Design and implement MCP gateway behavior for paid contract tools. Use when mapping ABI to tools, defining handlers, and orchestrating paid invocation pipelines.Key capabilities
- →Map capability to MCP tool/resource/prompt primitives
- →Define tool schemas and validation rules
- →Define paid invocation flow with x402 middleware
- →Add observability and audit fields per call
- →Validate with integration scenario
How it works
The skill outlines a procedure for defining MCP server behavior, including mapping capabilities, defining schemas, orchestrating paid invocation flows with middleware, and adding observability.
Inputs & outputs
When to use mcp-gateway-tooling
- →Design mcp gateway tool
- →Define paid tool handler
- →Implement observability for mcp
About this skill
MCP Gateway Tooling
Outcome
Define or implement MCP server behavior for dynamic paid tool execution.
Procedure
- Map capability to MCP tool/resource/prompt primitives.
- Define tool schemas and validation rules.
- Define paid invocation flow with x402 middleware.
- Add observability and audit fields per call.
- Validate with integration scenario.
Output Format
- MCP capability map
- Tool definitions
- Execution flow
- Error handling
- Test plan
Completion Criteria
- Tool contracts are stable and versionable.
- Paid calls are auditable from request to chain proof.
When not to use it
- →When the goal is not to design or implement MCP server behavior
- →When the goal is not to handle paid tool execution
- →When the goal is not to use x402 middleware
Limitations
- →The skill focuses on paid contract tools
- →The skill requires x402 middleware for paid invocation flow
- →The skill requires auditable calls from request to chain proof
How it compares
This skill provides a structured procedure for designing and implementing MCP gateway behavior for paid tools, ensuring auditable and stable contracts, which is more rigorous than ad-hoc tool integration.
Compared to similar skills
mcp-gateway-tooling side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| mcp-gateway-tooling (this skill) | 0 | 4mo | No flags | Advanced |
| mcp-builder | 136 | 3mo | Review | Advanced |
| mcp-integration | 21 | 9mo | Review | Intermediate |
| opencode-orchestrator-creator | 8 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
mcp-builder
anthropics
Guide for creating high-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).
mcp-integration
anthropics
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.
opencode-orchestrator-creator
IgorWarzocha
Creates universal OpenCode orchestrator folder structure with specialized agent that can manage swarm servers via curl commands
claude-opus-4-5-migration
anthropics
Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.
mcp-management
mrgoonie
Manage Model Context Protocol (MCP) servers - discover, analyze, and execute tools/prompts/resources from configured MCP servers. Use when working with MCP integrations, need to discover available MCP capabilities, filter MCP tools for specific tasks, execute MCP tools programmatically, access MCP prompts/resources, or implement MCP client functionality. Supports intelligent tool selection, multi-server management, and context-efficient capability discovery.
n8n-mcp-orchestrator
manutej
Expert MCP (Model Context Protocol) orchestration with n8n workflow automation. Master bidirectional MCP integration, expose n8n workflows as AI agent tools, consume MCP servers in workflows, build agentic systems, orchestrate multi-agent workflows, and create production-ready AI-powered automation pipelines with Claude Code integration.