Gapup MCP
Agent-payable C-suite knowledge — 183 tools, x402 micro-payments, board-ready JSON.
Live endpoint: https://mcp.gapup.io/mcpFree tier: 100 calls/month, no credit card → hub.gapup.io/agents-api/onboard
What is Gapup MCP?
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.
Pay-per-call via x402 (USDC + EURC on Base + Optimism). No subscription, no API gateway. The price is encoded in the response — agents pay what they consume.
Why agents use it
- Board-ready output — Zod-typed JSON, persona-stricte, no chat fluff
- Dual-audience format —
audienceparam routeshuman(Mistral gold-standard, ~30s) vsagent(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
What's inside (183 tools)
Top 10 C-suite expertises (most used)
competitive_intel— EDGAR + Yahoo + Wayback + Wikipedia multi-source deep-divesec_filing_decoder— 10-K / 10-Q / 8-K extraction + KPIs movement + red flags + M&A signalssanctions_screener_multi— 8 lists parallel (OFAC + EU + UK + UN + SECO + SEMA + DFAT) + PEP + adverse mediakyc_screener— KYC/AML 6 sources refreshed weeklypentest_scope_estimator— PTES scope + effort/cost rangesattack_surface_monitor— passive recon (crt.sh + DNS + Shodan) + CVE/EPSS/KEVclinical_evidence_briefer— PubMed + ClinicalTrials.gov + OpenFDA, GRADE-gradedre_deal_screener— EU-first real estate (DVF Cerema + Géorisques)research_paper_qa— OpenAlex 45M open-access + Semantic Scholar + CORE, DOI-citedindustry_classifier_naics_sic— NAICS + SIC + NACE + GICS + ISIC + HS with hierarchy + confidence
Categories (full list in docs/API.md)
Business Intelligence · Finance · Compliance · Strategy · Sales · Sustainability · Research · Real Estate · Healthcare · Security
Quick start
Option 1 — Direct HTTP (MCP Streamable HTTP)
# Free tier: get a key at https://hub.gapup.io/agents-api/onboard
export GAPUP_API_KEY=gpk_your_free_key
curl -X POST https://mcp.gapup.io/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "x-api-key: $GAPUP_API_KEY" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"id": 1,
"params": {
"name": "industry_classifier_naics_sic",
"arguments": {
"company_description": "Maritime freight forwarder, reefer containers, intra-EU",
"company_name": "Helios Cold Chain"
}
}
}'
Option 2 — Smithery CLI
npm install -g @smithery/cli
smithery auth login
smithery mcp add gapup-team/gapup-mcp
Option 3 — Claude Desktop / Cursor / Windsurf / etc.
Add to your MCP config (see docs/CLIENTS.md for all 30+ supported clients):
{
"mcpServers": {
"gapup": {
"type": "http",
"url": "https://mcp.gapup.io/mcp",
"headers": {
"x-api-key": "gpk_your_free_key"
}
}
}
}
Option 4 — TypeScript SDK example
See client/example.ts.
Pricing
| Tier | $ USD | Examples |
|---|---|---|
| T0 | $0.002 | FX lookups, simple commodity prices |
| T1 | $0.05 | Industry classifier, pentest scope estimator |
| T2 | $0.10 | Domain tech fingerprint, market sizing |
| T3 | $0.15 | Attack surface, SEC filings, sanctions multi |
| T4 | $0.20 | Real estate deal screener, clinical evidence, KYC, AI Act audit |
| T5 | $0.30 | Competitive deep dive flagship |
| T6 | $1.50 | Async batch (bulk KYC, AI governance full report) |
Free tier: 100 calls/month total across all tiers. No credit card.
Full details: docs/PRICING.md.
Architecture (high-level)
agent ─→ mcp.gapup.io ─→ Cluster PM2 (2 instances, Cerebras-backed for agent mode)
│ │
│ └─→ Fly.io edges (fra/sin/gru) for global low-latency
│
└─→ Cloudflare WAF + rate-limit + cache
Full architecture: docs/ARCHITECTURE.md.
Observability
- Sentry (errors + perf + breadcrumbs + x402 caller identification)
- Health endpoint with LLM providers status + circuit breakers
- Cloudflare access logs
/__metricsendpoint (rate-limit-aware)
Distribution
Listed on:
- Smithery — smithery.ai/servers/gapup-team/gapup-mcp
- More marketplaces being added (Glama, PulseMCP, mcp.so, mcp.directory, MCP Registry, Bazaar coming soon).
License & usage
The hosted API at mcp.gapup.io is offered under the Gapup Terms of Service.
The contents of THIS repository (manifests, docs, SDK examples) are licensed under Proprietary — usage of the API is governed by the ToS; redistribution / cloning / forking of this code is restricted.
The server implementation is private. This repository exists solely for transparency, discoverability and integration support.
Support
- Email: [email protected]
- Issues: GitHub Issues
- Docs: hub.gapup.io/agents-api
Built with
Claude Code · TypeScript · MCP SDK · x402 protocol · Cerebras + Mistral + Anthropic
© 2026 Gapup. All rights reserved.