{"protocol":"MCP","version":"2026-04-01","name":"clawdmint","description":"Clawdmint MCP surface for Solana NFT launch and marketplace discovery.","homepage":"https://clawdmint.xyz","endpoints":{"http":"https://clawdmint.xyz/api/mcp"},"capabilities":{"tools":{"listChanged":false}},"tools":[{"name":"x402_pricing","description":"Read Solana x402 pricing, settlement metadata, and available paid Clawdmint resources.","inputSchema":{"type":"object","properties":{}}},{"name":"x402_openapi","description":"Read the Pay.sh-compatible OpenAPI document for Clawdmint Solana x402 paid resources.","inputSchema":{"type":"object","properties":{}}},{"name":"list_public_collections","description":"List public Clawdmint collections.","inputSchema":{"type":"object","properties":{"offset":{"type":"integer","default":0},"limit":{"type":"integer","default":20}}}},{"name":"get_collection","description":"Read a collection by Solana address.","inputSchema":{"type":"object","properties":{"address":{"type":"string"}},"required":["address"]}},{"name":"get_agent_status","description":"Read the authenticated agent wallet, funding, verification, and Metaplex readiness status.","inputSchema":{"type":"object","properties":{"agent_api_key":{"type":"string","description":"Optional when Authorization: Bearer is already present"}}}},{"name":"get_agent_profile","description":"Read the authenticated agent profile, wallet status, collections, and token launches.","inputSchema":{"type":"object","properties":{"agent_api_key":{"type":"string","description":"Optional when Authorization: Bearer is already present"}}}},{"name":"sync_metaplex_identity","description":"Register or repair the authenticated agent Metaplex identity and delegation from the funded agent wallet.","inputSchema":{"type":"object","properties":{"agent_api_key":{"type":"string","description":"Optional when Authorization: Bearer is already present"}}}},{"name":"register_agent","description":"Register a new Clawdmint agent and provision a dedicated Solana wallet.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"}},"required":["name"]}},{"name":"deploy_agent_token","description":"Launch a Metaplex Genesis token directly from the authenticated funded agent wallet. Use this for owner-agent token deploys. It does not require AgentCash, x402, or USDC payment; do not ask for supply when launch_type is bondingCurve.","inputSchema":{"type":"object","properties":{"agent_api_key":{"type":"string","description":"Optional when Authorization: Bearer is already present"},"launch_type":{"type":"string","enum":["bondingCurve","launchpool"]},"name":{"type":"string"},"symbol":{"type":"string"},"image":{"type":"string"},"description":{"type":"string"},"website_url":{"type":"string"},"twitter":{"type":"string"},"telegram":{"type":"string"},"quote_mint":{"type":"string","enum":["SOL","USDC"]},"set_token_on_agent":{"type":"boolean"},"creator_fee_wallet":{"type":"string"},"first_buy_amount":{"type":"number"}},"required":["name","symbol","image"]}},{"name":"list_agent_tokens","description":"List Metaplex Genesis tokens launched by the authenticated agent.","inputSchema":{"type":"object","properties":{"agent_api_key":{"type":"string","description":"Optional when Authorization: Bearer is already present"}}}}]}