<token> is your Noonum API key, the only authentication method for the REST API
and MCP server.
Base URLs
| Setting | Value |
|---|---|
| REST base URL | https://api.noonum.ai/v1 |
| MCP base URL | https://api.noonum.ai/v1/mcp (HTTP transport) |
Getting an API key
To request a Noonum API key, contact support at [email protected].REST API authentication
Send your key as a Bearer token in theAuthorization header:
401 Unauthorized.
MCP authentication
Point your MCP client athttps://api.noonum.ai/v1/mcp (HTTP transport). Provide your API
key as a static Authorization header, for example in claude_desktop_config.json:
Next steps
API reference
Browse the REST endpoints.
MCP client setup
Connect an MCP client to the Noonum MCP server.