@gapup/mcp-knowledge

@gapup/mcp-knowledge

Provides access to 9 AI executives offering board-ready business intelligence, competitor analysis, trend monitoring, and more via agent-payable endpoints.

Category
Visit Server

README

@gapup/mcp-knowledge

MCP server for Gapup Knowledge API — 9 AI executives delivering board-ready expertise via agent-payable endpoints (HTTP 402 + USDC + EURC on Base/Optimism).

5 tools available (Phase 0)

Tool Exec Pricing
competitor_intel Manue (CMO) $0.10 / call
trend_watcher Manue (CMO) $0.08 / call
partnership_synergies Antoine (CSO) $0.15 / call
pitch_deck_storyline Sarah (Fundraising) $0.25 / call
carbon_footprint_calculator Émilie (Sustainability) $0.20 / call

Quick start

# 1. Get a free tier API key (100 calls/mo, no credit card)
# Visit https://hub.gapup.io/agents-api/onboard

# 2. Run via npx (no install)
GAPUP_API_KEY=gapup_test_xxx npx -y @gapup/mcp-knowledge

Configuration — Claude Code Desktop

Add to ~/.claude.json (or via claude mcp add):

{
  "mcpServers": {
    "gapup-knowledge": {
      "command": "npx",
      "args": ["-y", "@gapup/mcp-knowledge"],
      "env": {
        "GAPUP_API_KEY": "gapup_test_xxx"
      }
    }
  }
}

Configuration — Cursor

~/.cursor/mcp.json:

{
  "mcpServers": {
    "gapup-knowledge": {
      "command": "npx",
      "args": ["-y", "@gapup/mcp-knowledge"],
      "env": { "GAPUP_API_KEY": "gapup_test_xxx" }
    }
  }
}

Configuration — Cline (VS Code)

In Cline settings → MCP Servers, add:

{
  "gapup-knowledge": {
    "command": "npx",
    "args": ["-y", "@gapup/mcp-knowledge"],
    "env": { "GAPUP_API_KEY": "gapup_test_xxx" }
  }
}

Pricing tiers

Tier Limit Cost
Free 100 calls/mo $0 — no credit card
Burst 1000 calls $2 prepaid USDC ($0.002/call) — emerging markets friendly
Volume unlimited $0.10/call standard
Enterprise unlimited $0.05/call contracted (SLA included)

Upgrade at https://hub.gapup.io/agents-api.

Usage example (within Claude Code)

User: Analyse la concurrence de Notion vs ClickUp et Asana avec Manue.

Claude: [calls competitor_intel via gapup-knowledge MCP]
        — Returns 8-12 slide board-ready report with severity scoring, 
          priority signals, 3-6 chiffrées recommendations + presenter script

Output shape

Each tool returns a structured JSON object with:

  • executiveSummary — board-ready prose (120-400 chars)
  • kpis — 3-5 KPI bubbles
  • Per-domain sections (competitors / trends / partnerships / slides / scopes)
  • recommendations — actionable with timeframe + expected impact
  • sources — cited URLs + excerpts
  • presenterScript — 8-12 slides with narration ready for TTS / boardroom

Full schemas at https://hub.gapup.io/.well-known/agents.json.

License

MIT © Gapup

Links

  • Onboarding : https://hub.gapup.io/agents-api/onboard
  • API docs : https://hub.gapup.io/agents-api
  • Discovery : https://hub.gapup.io/.well-known/agents.json
  • GitHub : https://github.com/mehdisakalypr-cpu/gapup-mcp
  • Issues : https://github.com/mehdisakalypr-cpu/gapup-mcp/issues

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured