Multi-tenant MCP server for aXcelerate API integration.
The MCP server is available at: /api/mcp
Test the server: /api/mcp
curl -X POST http://localhost:3000/api/mcp \
-H "Content-Type: application/json" \
-H "aX_apiurl: https://demo.app.axcelerate.com/api/" \
-H "aX_apitoken: test" \
-H "aX_wstoken: test" \
-d '{"method":"tools/list"}'