AgenticTrade Marketplace
https://agentictrade.io/api/v1/mcpskills: {'id': 'marketplace_search', 'name': 'marketplace_search', 'description': 'Search marketplace services by query string, category, or tags. Returns a list of matching active service listings.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'marketplace_get_service', 'name': 'marketplace_get_service', 'description': 'Get full details of a single marketplace service by its ID.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'marketplace_list_categories', 'name': 'marketplace_list_categories', 'description': 'List all service categories with the number of active services in each.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'marketplace_get_agent', 'name': 'marketplace_get_agent', 'description': 'Get an agent identity by agent ID.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'marketplace_get_reputation', 'name': 'marketplace_get_reputation', 'description': 'Get reputation records for an agent or service. Provide agent_id for agent reputation, service_id for service reputation.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 849.7ms; conformance: pass
How to connect
https://agentictrade.io/api/v1/mcp
curl -X POST https://agentictrade.io/api/v1/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'