Connect your preferred AI tool with non-public data through Redpine's platform.


Test a few sample queries from two of our data partners, AllEars and Wingbits:

$ redpine --query="Is NVIDIA sentiment rising or falling this month?"
$ redpine --query="Which pharma brand dominates TikTok right now?"
$ redpine --query="Compare Tesla vs Apple media coverage"
$ redpine --query="Where is the biotech buzz happening?"

Redpine's full platform contains more data across domains. Reach out to learn more: hello@redpine.ai.

Getting Started

The Redpine platform offers Grounding, Real-time and Human Taste through licensed, non-public data sources. Get from zero to your first search result in under a minute.

PICK YOUR CLIENT

Claude Code

One CLI Command

Run in your terminal
claude mcp add --transport http redpine https://api.redpine.ai/mcp

Cursor

Add Custom MCP

Need an API Key?
Swap the placeholder for your real key
Get Key
1
Open Cursor
Settings
Tools & MCPs
2
In the Home tab press “ Add Custom MCP”
3
Paste this config and save:
MCP COnfig
{
  "mcpServers": {
    "redpine": {
      "type": "http",
      "url": "https://api.redpine.ai/mcp",
      "headers": {
        "X-API-Key": "YOUR API KEY"
      }
    }
  }
}

ChatGPT

Apps/ Connectors

1
Open ChatGPT
Settings
Apps/Connectors
2
Enable Developer Mode in advanced settings
3
Click “ Create App”
4
Set Name to “Redpine” and paste this URL:
Server URL
https://api.redpine.ai/mcp
5
Select OAuth as the Authentication method
6
Click Connect

Antigravity

Raw config via palette

Need an API Key?
Swap the placeholder for your real key
Get Key
1
Open Antigravity
2
Press
+
+
Manage MCP Server
3
Select “viewing raw config”
4
Paste this config:
MCP COnfig
{
  "mcpServers": {
    "redpine": {
      "serverUrl": "https://api.redpine.ai/mcp",
      "headers": {
        "X-API-Key": "YOUR_API_KEY"
      }
    }
  }
}

Claude Desktop

Built-in Connectors

1
Open Claude Desktop
Settings
Connectors
2
Click “Add custom connector” at the bottom-left
3
Set Name to “Redpine” and paste this URL:
Custom connector url
https://api.redpine.ai/mcp
4
Click Add, then click Connect

Raw MCP

Streamable HTTP • JSON-RPC

Need an API Key?
Swap the placeholder for your real key
Get Key
Endpoint: https://api.redpine.ai/mcp · Streamable HTTP (MCP 2025-03-26) · Bearer token or OAuth 2.0
List tools
curl -X POST https://api.redpine.ai/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

What’s Next

Authentication

API Key Management and scoping

Search API

Full endpoint reference and examples

Error Reference

Status codes and troubleshooting