Endpoint
Authentication
Send your API key on every connection in thex-api-key header. StellarTools resolves the key to your organization and environment before any tool runs.
Connect in Cursor
Add this to your project or user MCP config (.cursor/mcp.json or Cursor Settings → MCP):
Connect in Claude Desktop
Inclaude_desktop_config.json:
Available tools
Tool names and inputs mirror the REST API. Arguments are merged into the shape expected by each route (path params, query, and body fields in one object).
Successful tool calls return JSON in the MCP text content. For field-level detail on each resource, see the API Reference.
Related
- Authentication — API keys and headers
- TypeScript SDK — programmatic access without an agent
- API Reference — full REST surface

