Gapup MCP — Agent-payable C-suite expertises

Created By
Gapup20 days ago
100+ agent-payable C-suite expertises (competitive intel, SEC filings, sanctions, KYC, clinical evidence, RE deals, ESG, NAICS classifier, research paper Q&A). 183 tools. x402 USDC/EURC. Free 100 calls/mo, no credit card.
Overview

Gapup MCP — 183 agent-payable tools for AI agents. Pay-per-call via x402 (USDC + EURC on Base + Optimism). Free tier 100 calls/month, no credit card.

Top expertises (100+ C-suite tools)

  • competitive_intel — EDGAR + Yahoo + Wayback multi-source deep-dive
  • sec_filing_decoder — 10-K / 10-Q / 8-K extraction + KPIs movement + red flags + M&A signals
  • sanctions_screener_multi — 8 lists parallel (OFAC + EU + UK + UN + SECO + SEMA + DFAT) + PEP + adverse media
  • kyc_screener — KYC/AML 6 sources refreshed weekly
  • clinical_evidence_briefer — PubMed + ClinicalTrials.gov + OpenFDA, GRADE-graded
  • re_deal_screener — EU-first moat (DVF Cerema + Géorisques)
  • research_paper_qa — OpenAlex 45M + Semantic Scholar + CORE, DOI-cited
  • industry_classifier_naics_sic — NAICS + SIC + NACE + GICS
  • ISIC + HS
  • attack_surface_monitor — passive recon (crt.sh + DNS + Shodan) + CVE/EPSS/KEV
  • pentest_scope_estimator — PTES scope + effort/cost ranges
  • sentiment_news_pulse — GDELT crisis detection
  • infra_blueprint_designer — AWS/GCP/Azure pricing-aware

Pricing tiers (x402)

  • T0 $0.002 — atomic lookups
  • T1 $0.05 — utility classifiers
  • T2 $0.10 — mid-weight synthesis
  • T3 $0.15 — board-pack analyses
  • T4 $0.20 — premium niche / regulatory
  • T5 $0.30 — flagship competitive deep dive
  • T6 $1.50 — async batch (bulk KYC, AI governance full report)

Free tier

100 calls/month, no credit card. Get your API key at: https://hub.gapup.io/agents-api/onboard

Dual-audience format

  • audience: "agent" → Cerebras qwen-3-235b (~2-5s P50)
  • audience: "human" → Mistral Large (board-ready quality)

Already listed

Live endpoint

https://mcp.gapup.io/mcp (Streamable HTTP MCP, x402 USDC/EURC)

Get started

# Free tier: get a key at 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/list","id":1}'

Contact

agents@gapup.io

Server Config

{
  "mcpServers": {
    "gapup": {
      "type": "http",
      "url": "https://mcp.gapup.io/mcp",
      "headers": {
        "x-api-key": "YOUR_GAPUP_API_KEY"
      }
    }
  }
}
Project Info
Created At
20 days ago
Updated At
20 days ago
Author Name
Gapup
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago
Shippo
@Shippo

21 hours ago