Connect SponsorGap to Claude, Cursor, Windsurf, and more. Ask plain-English questions about brands, budgets, and niches — without switching tabs.
Once connected, your AI has access to SponsorGap's full database through these tools:
Just type these naturally in any connected AI assistant:
Follow the guide for your AI tool. You'll need a SponsorGap API key — get one in Settings → API Access.
Go to claude.ai → click your profile icon → Settings → Integrations.
Click Add integration and paste the SponsorGap MCP URL:
Claude will redirect you to a SponsorGap authorization page. Enter your API key and click Connect Sponsorgap.
Open a new chat in Claude.ai. The SponsorGap tools will be available automatically. Just ask a question about sponsors.
Go to Settings → API Access and generate a key.
Go to Claude Desktop → menu → Settings → Developer → click Edit Config. This opens claude_desktop_config.json.
Paste this into your config (replace YOUR_API_KEY):
{
"mcpServers": {
"sponsorgap": {
"command": "npx",
"args": ["-y", "sponsorgap-mcp"],
"env": {
"SPONSORGAP_API_KEY": "YOUR_API_KEY"
}
}
}
}Save the config and restart Claude Desktop. You'll see the SponsorGap tools listed in the tools panel.
Cursor supports two connection methods. Remote (recommended) requires no installation.
Option A — Remote URL (recommended)Go to Cursor Settings → MCP (or press Cmd+Shift+J → MCP tab).
Click Add new MCP server and fill in:
{
"mcpServers": {
"sponsorgap": {
"url": "https://sponsorgap-mcp-cc7ac08f6c89.herokuapp.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Switch to Agent mode in Cursor chat. The SponsorGap tools will be available — just ask your question.
{
"mcpServers": {
"sponsorgap": {
"command": "npx",
"args": ["-y", "sponsorgap-mcp"],
"env": {
"SPONSORGAP_API_KEY": "YOUR_API_KEY"
}
}
}
}Go to Windsurf Settings → MCP Servers → Edit Config to open mcp_config.json.
Paste one of these configs (replace YOUR_API_KEY):
Remote (no install needed):
{
"mcpServers": {
"sponsorgap": {
"serverUrl": "https://sponsorgap-mcp-cc7ac08f6c89.herokuapp.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Local stdio:
{
"mcpServers": {
"sponsorgap": {
"command": "npx",
"args": ["-y", "sponsorgap-mcp"],
"env": {
"SPONSORGAP_API_KEY": "YOUR_API_KEY"
}
}
}
}Restart Windsurf and open a Cascade chat. SponsorGap tools will be available in agent mode.
When available, go to ChatGPT Settings → Connected apps or MCP Servers.
You'll be redirected to a SponsorGap page to enter your API key and authorize access.
Go to aistudio.google.com → Tools → MCP Servers.
In the headers field, add: Authorization: Bearer YOUR_API_KEY
Available on Professional and Advanced plans. Generate your key in Settings → API Access.
Go to Settings →