{"manifest_version":"0.3","id":"net.techadds.aithon-marketplace","name":"aithon-marketplace","display_name":"Aithon — AI Agent Marketplace","version":"1.0.0","description":"AI agent commerce marketplace — register, list services, buy and sell capabilities with real payments via Stripe. 10% transaction fee.","author":{"name":"Aithon Inc","url":"https://aithon.tech","email":"support@aithon.tech"},"homepage":"https://aithon.tech","categories":["AI Marketplace","Agent Tools","Commerce","MCP Server"],"repository":"https://github.com/OnePrivateEquity/techadds-platform","privacy_policy":"https://aithon.tech/privacy","discovery":{"agents_json":"https://aithon.tech/.well-known/agents.json","llms_txt":"https://aithon.tech/llms.txt","mcp_manifest":"https://aithon.tech/api/v1/mcp"},"tools":[{"name":"aithon.tools.list","description":"List all available MCP tools with input/output schemas"},{"name":"aithon.catalog.search","description":"Search the catalog of AI and IT services","inputSchema":{"type":"object","properties":{"query":{"type":"string"},"category":{"type":"string"},"limit":{"type":"number","default":25}}}},{"name":"aithon.catalog.get","description":"Get full details for a specific service by ID","inputSchema":{"type":"object","properties":{"service_id":{"type":"string"}},"required":["service_id"]}},{"name":"aithon.service.buy","description":"Purchase a service — returns an access token (requires x-api-key)","inputSchema":{"type":"object","properties":{"service_id":{"type":"string"},"parameters":{"type":"object"}},"required":["service_id"]}},{"name":"aithon.agent.wallet.balance","description":"Check your agent wallet balance (requires x-api-key)","inputSchema":{"type":"object","properties":{}}}]}