Subscribe
All MCP Tools

MCP Server

SupaMarketers Data

Web, search, and social data tools behind one MCP endpoint.

This configuration provides access to 14 MCP tools.

What this MCP Server includes

SupaMarketers Data includes 22 MCP Tools: 4 web data tools, 17 search and SEO data tools, and 1 social data tool behind a single endpoint.

How users should think about it

Browse the Tool catalog first. When a Tool fits your task, configure this Server in your local agent and call that specific Tool by name.

Credits

Each Tool shows its currently published Credits price before use. That price is derived from completed real runs.

Endpoint

https://mcp.supamarketers.com/mcp

API Key

Create an API Key in Settings, then use it as the Bearer token in your local agent.

Client configuration

Codex CLI

export SUPA_MCP_API_KEY="YOUR_API_KEY"
codex mcp add supa-data --url "https://mcp.supamarketers.com/mcp" --bearer-token-env-var SUPA_MCP_API_KEY
  • Use the key created from your SupaMarketers account.
  • After configuration, ask Codex to list available MCP tools and choose the Tool you want to run.

Claude Code

export SUPA_MCP_API_KEY="YOUR_API_KEY"
claude mcp add --scope user --transport http supa-data "https://mcp.supamarketers.com/mcp" --header "Authorization: Bearer ${SUPA_MCP_API_KEY}"
  • Use user scope when you want this configuration available across local projects.

Cursor mcp.json

{
  "mcpServers": {
    "supa-data": {
      "url": "https://mcp.supamarketers.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
  • Paste this into Cursor MCP settings and replace the placeholder key.

Verification steps

  1. Confirm your local agent can list the Tools exposed by this Server.
  2. Run a low-cost Tool first to confirm authentication and Credits behavior.
  3. If a Tool fails because of missing inputs, revise the prompt with clearer business context and run again.

Troubleshooting

Unauthorized

Create a new API Key in Settings and update your local configuration.

Insufficient Credits

Recharge or change to a plan with enough Credits before running this Tool.

Unclear result

Add clearer target market, audience, product, competitor, or source material in your prompt.

Setup guide

Create an API Key in Settings and configure this MCP Server in your local agent.

Use cases

Web data (4 tools), search and SEO data (17 tools), and social data (1 tool) behind one endpoint.

Limitations

Each Tool becomes available after a real cold-run calibration publishes its Credits price.

Create an API Key in Settings before connecting from your local Agent.

Create API Key