🔌 aXcelerate MCP Server

Multi-tenant MCP server for aXcelerate API integration.

API Endpoint

The MCP server is available at: /api/mcp

Health Check

Test the server: /api/mcp

Documentation

Quick Test

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"}'