Gapup MCP Server

183 agent-payable C-suite tools (SEC, KYC, sanctions, ESG). x402 USDC/EURC. Free 100/mo.

Remote serverstreamable-httpTypeScript

What is the Gapup MCP MCP server?

183 agent-payable C-suite tools (SEC, KYC, sanctions, ESG). x402 USDC/EURC. Free 100/mo. The gapup mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it rather than through you.

What it actually does

Live endpoint: https://mcp.gapup.io/mcp Free tier: 100 calls/month, no credit card → hub.gapup.io/agents-api/onboard

A hosted Model Context Protocol server exposing 100+ business expertise tools for AI agents. Each tool returns a structured, audited, board-ready JSON deliverable in 1-30 seconds.

  • Board-ready output — — Zod-typed JSON, persona-stricte, no chat fluff
  • Dual-audience format — — audience param routes human (Mistral gold-standard, ~30s) vs agent (Cerebras qwen-3-235b, <5s)
  • Source-grounded — — citations, DOIs, evidence trails; no hallucinated facts
  • EU-first moats — — DVF Cerema + Géorisques for real estate, OFAC + EU + UK + UN + SECO + SEMA + DFAT for sanctions
  • Free tier real — — 100 calls/mo without credit card, no rate-limit games

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration

You will need one environment variable: GAPUP_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the gapup mcp mcp server does with a few real requests.

When to reach for it

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by getgapup; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Gapup MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

How to install the Gapup MCP MCP server

{
  "mcpServers": {
    "gapup": {
      "type": "http",
      "url": "https://mcp.gapup.io/mcp",
      "headers": {
        "x-api-key": "gpk_your_free_key"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
GAPUP_API_KEYCredential the server authenticates with.Yes

Frequently asked questions

It connects Gapup MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Gapup MCP directly.