DEVELOPERS · API & MCP

Build on SignalRaven.

Pull your buying-intent signals into your own stack with the REST API, or connect them to Claude and ChatGPT over MCP. Two surfaces, one OAuth, scoped to your workspace.

Two surfaces, one auth

  • REST APIapi.signalraven.ai/api/v1 — for your own backend, scripts, and data pipelines.
  • MCP serverapi.signalraven.ai/mcp — for AI assistants like Claude and ChatGPT.

Both authenticate with OAuth 2.1 via auth.signalraven.ai and return the same workspace-scoped data. Everything is read-only today.

How to connect to the SignalRaven API and MCP: your clients authenticate with OAuth at auth.signalraven.ai, then call the REST API or MCP server for your workspace data.
Your clients → authenticate → SignalRaven surface → your data

Get started

  1. Create an API key — app.signalraven.ai→ Settings → API keys (workspace admin). You’ll get a client id + secret once.
  2. Exchange it for a token at auth.signalraven.ai/oauth2/token using the OAuth client_credentials grant.
  3. Call the API or MCP server with the bearer token. See the REST reference or MCP reference.