INDIVIDUAL MCP TOOL
get_endpoint
Full contract of one endpoint: method, URL, auth, query and header parameters, request body example, example responses (large bodies truncated, full text on the docs page).
LIVE ENDPOINT
https://developers.aditus.com/api/mcp
Connect to this endpoint to inspect the live schema for get_endpoint and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aditus-developer-docs]
url = "https://developers.aditus.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aditus-developer-docs": {
"type": "http",
"url": "https://developers.aditus.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aditus-developer-docs
Remote MCP URL: https://developers.aditus.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aditus-developer-docs": {
"url": "https://developers.aditus.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aditus-developer-docs": {
"type": "http",
"url": "https://developers.aditus.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aditus-developer-docs",
"transport": "streamable-http",
"url": "https://developers.aditus.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_docs— Full-text search across API modules, endpoints (name, path, description) and the integration guides (Shop Micro Frontend, Guidelines, Webhooks).list_modules— All top-level ADITUS API modules with direction (inbound = your systems call ADITUS, outbound = ADITUS data into your systems), endpoint counts and documentation URLs.list_endpoints— Every endpoint of one module (id, method, path, sub-group, one-line summary).get_guide— Markdown of an integration guide.