MC
mcp-gateway-tooling
Design and implement MCP gateway behavior for paid contract tools. Use when mapping ABI to tools, defining handlers, and orchestrating paid invocation pipelines.
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.161 chars✓ has a “when” trigger
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.