Skip to main content
Glama

X402 MCP Template

by CodaLabs-xyz

example_api_call

Make X402-protected API calls with gasless micropayments using EIP-712 signatures and USDC transfers for AI agents.

Instructions

Example tool for making X402-protected API calls. Replace with your actual API endpoints.

Input Schema

NameRequiredDescriptionDefault
limitNoOptional: Maximum number of results to return
queryYesExample query parameter - customize for your API

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Optional: Maximum number of results to return", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "Example query parameter - customize for your API", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from X402 MCP Template

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/CodaLabs-xyz/Template-x402-Mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server