Skip to main content
Glama
getgapup

@gapup/mcp-knowledge

by getgapup

Gapup MCP — knowledge & intelligence tools for AI agents

MCP server · io.github.getgapup/mcp-knowledge · hosted at https://mcp.gapup.io

gapup-mcp is a Model Context Protocol server that gives AI agents 100+ structured-data and analysis tools over a single hosted HTTP endpoint — no SDK to install.

What it does

Domain

What agents get

Content metadata & enrichment

Gold-standard structured data for video games, films, TV series and music — catalogue lookup, deep enrichment tags, semantic similarity, a cross-domain relation graph, audience profiles.

Trade intelligence

Import/export market gaps, production economics, sourcing of verified buyers & suppliers, country studies, business plans.

Business expertise

90+ C-suite analysis tools — competitive intelligence, trend watching, market sizing, fundraising decks, ESG / CSRD, KYC screening, pricing strategy, and more.

Precise data

Live FX rates, benchmark interest rates, country economic indicators.

Every result is sourced, confidence-scored and freshness-stamped — built for agents that need data they can trust, not guesses.

Connect

The server speaks MCP over Streamable HTTP:

https://mcp.gapup.io

Or discover it through the official MCP Registry:

io.github.getgapup/mcp-knowledge

tools/list is open — point any MCP client at the endpoint to browse the catalogue.

A few of the tools

  • content_catalog · content_enrichment · content_similar · content_ranking · content_compare

  • ftg_market_gap · ftg_sourcing_buyers · ftg_opportunity_scout · ftg_business_plan · ftg_country_study

  • competitor_intel · trend_watcher · market_sizing · pitch_deck_storyline · kyc_screener · carbon_footprint_calculator

  • fx_rate · interest_rate · economic_indicator

…and ~100 more across the four domains.

Pricing

In preview: open access. At general availability, premium tools become agent-payable via x402 (USDC micropayments) — pay per call, no account, no credit card. Lightweight data lookups stay low-cost; heavier analysis tools are priced per call.

Status

Preview — the catalogue and the hosted endpoint are live. Built by Gapup.

Available Tools

5 tools
carbon_footprint_calculatorA
Read-onlyIdempotent
Inspect

Calculate a company's greenhouse-gas footprint under the GHG Protocol (Scope 1 + 2 + 3, in tCO2eq, tier-2 accuracy ±20%). Returns the emissions breakdown, hotspot identification, 5-8 reduction levers each with capex and payback, an SBTi-aligned reduction trajectory over 5-25 years, the 15 Scope-3 categories in detail, and CSRD/ESRS reporting readiness. When to use this tool: the user needs a carbon assessment for CSRD compliance pre-audit, green-finance access, or supplier ESG scorecards. Inputs: the company profile and its activity data. Delivered by Émilie, the AI Sustainability lead of the Gapup portfolio.

ParametersJSON Schema
NameRequiredDescriptionDefault
companyYes
perimeterYes
scope1SourcesNo
scope2SourcesYes
scope3ActivitiesNo
reductionTargetsNo
focusNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
executiveSummaryYesBoard-ready GHG assessment prose
totalEmissionsTco2eqYesTotal GHG footprint in tCO2eq (Scope 1+2+3 combined, ±20% tier-2 accuracy)
breakdownYesEmissions breakdown by scope
hotspotsYesTop emission sources ranked by contribution
reductionLeversYes5-8 actionable reduction levers with financial analysis
sbtiTrajectoryNoSBTi-aligned annual reduction trajectory
scope3CategoriesNoGHG Protocol 15 Scope-3 categories detail
csrdReadinessYesCSRD/ESRS reporting readiness assessment
kpisNo3-5 headline ESG KPI bubbles

TDQS

A3.9/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, destructiveHint=false. Description adds accuracy (±20%), output details, and persona (Émilie). No contradiction, adds moderate extra context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is structured with core function first, usage guidance, inputs, persona. Front-loaded but could be more concise; still efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Output schema exists and description lists major outputs. But optional parameters (reductionTargets, focus) are not explained, and input requirements could be clearer for a complex tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%. Description only says 'company profile and activity data' without detailing any parameter meanings. With 7 complex parameters (nested), more explanation needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'calculate a company's greenhouse-gas footprint under the GHG Protocol' with specific output components (emissions breakdown, reduction levers, SBTi trajectory). Differentiates from unrelated siblings like competitor_intel.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'CSRD compliance pre-audit, green-finance access, or supplier ESG scorecards.' Does not cover when not to use, but context with siblings makes it clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

competitor_intelA
Read-onlyIdempotent
Inspect

Generate a board-ready competitive-intelligence report for a company against named competitors. Returns: recent competitor moves (product releases, pricing changes, hiring, funding) each with a severity score (critical/high/medium/low), prioritised signals, a pricing-radar comparison, 3-6 quantified recommendations (expected impact in € or %, over 7/30/90/180-day horizons), and an 8-12 slide presenter script. When to use this tool: the user wants to analyse, benchmark or track competitors, or needs a competitive briefing before a strategic decision. Inputs: the user's own company (name + one-paragraph pitch) and 1-10 competitors to analyse. Delivered by Manue, the AI CMO of the Gapup portfolio.

ParametersJSON Schema
NameRequiredDescriptionDefault
selfCompanyYesYour company info
competitorsYes1-10 competitors to analyze
focusNoOptional — what the buyer wants to track first (e.g. pricing moves, hiring patterns)

Output Schema

ParametersJSON Schema
NameRequiredDescription
executiveSummaryYesBoard-ready prose summary (120-400 chars)
competitorMovesYesRecent moves per competitor with severity rating
pricingRadarNoPricing comparison across competitors
recommendationsYes3-6 actionable strategic recommendations
presenterScriptYes8-12 slide board presenter script
kpisNo3-5 headline KPI bubbles
sourcesNoCited sources

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds behavioral context such as generating a report with specific components (e.g., severity scores, quantified recommendations) and the fact that it is delivered by an AI CMO. However, it does not disclose any potential delays or data freshness concerns.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph that efficiently conveys the tool's purpose, outputs, usage context, and inputs. It is front-loaded with the core output description. While clear, it could be slightly more structured (e.g., bullet points) for easier scanning, but it is appropriately sized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (nested objects, optional focus, array of competitors) and the presence of an output schema, the description is complete. It covers inputs, specific outputs, use cases, and even the authoring persona (Manue, the AI CMO). No additional information seems necessary for an AI agent to use this tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% with clear descriptions for selfCompany, competitors, and focus. The description reinforces these inputs, adding detail such as requiring a one-paragraph pitch and a URL for competitors, and noting that focus is optional. This adds value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies the tool generates a board-ready competitive intelligence report with specific outputs like recent competitor moves, severity scores, pricing radar, recommendations, and a presenter script. This clearly differentiates it from sibling tools (e.g., carbon_footprint_calculator, trend_watcher).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool: 'when the user wants to analyse, benchmark or track competitors, or needs a competitive briefing before a strategic decision.' It provides clear context but lacks explicit guidance on when not to use it or mention of alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

partnership_synergiesA
Read-onlyIdempotent
Inspect

Identify and rank strategic partnership opportunities for a company. Returns 5-12 high-fit partnership targets, each scored on revenue lift, time-to-impact, integration complexity and regulatory risk, with a rationale and a recommended first-step outreach playbook. When to use this tool: the user wants business-development or alliance ideas, or M&A target screening before deeper due diligence. Inputs: the user's own company and the strategic axis to unlock through partnership (e.g. enter a new market via distribution, add AI infrastructure without rebuilding). Delivered by Antoine, the AI CSO of the Gapup portfolio.

ParametersJSON Schema
NameRequiredDescriptionDefault
selfCompanyYes
strategicAxisYesWhat strategic axis to unlock through partnership (e.g. 'enter US market via distribution', 'leverage AI infra without rebuild')
constraintsNo
currentPartnershipsNoExisting alliances to factor in
focusNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
executiveSummaryYesBoard-ready partnership opportunity overview
partnershipTargetsYes5-12 ranked partnership targets
kpisNo3-5 headline KPI bubbles
recommendationsNoPrioritised next steps
sourcesNo

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=true, idempotentHint=true, etc. The description adds valuable behavioral context: the tool returns 5-12 results, scores on multiple dimensions, and includes an outreach playbook. It also mentions being delivered by a specific persona (Antoine, AI CSO). This goes beyond annotations, but the description does not discuss rate limits, auth, or side effects, which is fine given the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, approximately 4 sentences, with the most important information first. Every sentence adds value: purpose, output specifics, usage guidance, input explanation, and context. No redundancy or unnecessary details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (5 parameters, nested objects, and an output schema), the description covers the essential inputs (selfCompany, strategicAxis), mentions the output structure (5-12 scored targets with rationale and playbook), and provides usage context. With an output schema present, the description does not need to detail return values, making it complete for agent invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 40%, but the description provides additional meaning for key parameters: it explains selfCompany and strategicAxis as inputs, and describes strategicAxis with an example. However, it does not elaborate on nested fields of selfCompany (e.g., name, url, pitch) or constraints, currentPartnerships, focus. The description partially compensates for the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it identifies and ranks strategic partnership opportunities, returning 5-12 targets with scores on revenue lift, time-to-impact, integration complexity, and regulatory risk, plus a rationale and outreach playbook. It is specific about the resource (partnership opportunities) and the verb (identify and rank), and it distinguishes itself from siblings like competitor_intel or trend_watcher.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes explicit guidance: 'When to use this tool: the user wants business-development or alliance ideas, or M&A target screening before deeper due diligence.' This clearly indicates the context. However, it does not explicitly state when not to use or provide alternatives, so it's not a perfect 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pitch_deck_storylineA
Read-onlyIdempotent
Inspect

Build a complete investor pitch-deck storyline for a company. Returns an 8-20 slide narrative tailored to the target audience (seed-vc / series-a-vc / growth-vc / strategic / bank / grant) — each slide carrying a title, key points, a speaker note and a visual hint — plus a Q&A bank of 10-15 likely board questions and traps to avoid. Output is deck JSON ready to export to Google Slides, Notion or Pitch.com. When to use this tool: the user is preparing a fundraise, a board meeting, or an investor presentation. Inputs: the company profile and the target audience type. Delivered by Sarah, the AI Fundraising lead of the Gapup portfolio.

ParametersJSON Schema
NameRequiredDescriptionDefault
companyYes
audienceYesTarget audience — adapts tone + emphasis + Q&A bank
slideCountYes12 = standard VC deck, 15 = bank-friendly with annexes, 20 = growth/strategic
keyFactsYesHard facts to weave into the deck (traction numbers, milestones, awards)

Output Schema

ParametersJSON Schema
NameRequiredDescription
executiveSummaryYesOne-paragraph elevator pitch distilled from the deck
slidesYes8-20 slide objects ready to export to Google Slides / Notion / Pitch.com
qaBanksYes10-15 anticipated investor questions with recommended answers
kpisNo3-5 headline KPI bubbles surfaced from keyFacts
recommendationsNoFundraising preparation actions

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare read-only and idempotent behavior. Description adds context: generates 8-20 slides with speaker notes and Q&A, outputs JSON. No contradictions, and no side effects are omitted.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured: starts with action, then output, usage, inputs, and persona. Every sentence adds value, though the persona line is marginally extraneous. Efficient overall.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers all essential aspects: purpose, usage, input structure, and output format (slides and Q&A). An output schema exists, so return value details are not needed. Sufficient for an agent to understand and invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 75% schema description coverage, the baseline is 3. Description generally mentions inputs but adds no new meaning beyond the schema's own descriptions for audience, slideCount, and keyFacts.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'Build a complete investor pitch-deck storyline for a company' with specific verb and resource. It distinguishes from sibling tools like carbon_footprint_calculator by focusing on fundraising presentations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Includes a dedicated 'When to use this tool' section covering fundraise, board meeting, or investor presentation, providing clear context for invocation. Lacks explicit when-not or alternative tool recommendations, but the given guidance is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

trend_watcherA
Read-onlyIdempotent
Inspect

Monitor emerging trends, regulatory shifts and adoption signals for a given market sector. Returns 5-12 trend cards, each with a momentum score (rising/stable/declining), a 3-month and 12-month outlook, opportunity windows, and recommended actions. When to use this tool: the user asks what is heating up in a market, wants to time a product roadmap or content calendar, or needs an early read on a sector. Inputs: a sector to monitor and 3-8 keywords defining the watch perimeter. Delivered by Manue, the AI CMO of the Gapup portfolio.

ParametersJSON Schema
NameRequiredDescriptionDefault
sectorYesSector to monitor (e.g. 'B2B SaaS productivity', 'EU fintech', 'climate-tech hardware')
keywordsYes3-8 keywords describing the watch perimeter
focusNoOptional context (geography, language target, comparator window, etc.)

Output Schema

ParametersJSON Schema
NameRequiredDescription
executiveSummaryYesBoard-ready sector overview prose
trendsYes5-12 trend cards for the sector
kpisNo3-5 headline KPI bubbles
recommendationsNoPrioritised strategic recommendations

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds behavioral specifics: returns 5-12 trend cards with momentum score, outlooks, opportunity windows, and recommended actions. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (5 sentences) and front-loaded with purpose. The last sentence about 'Delivered by Manue' is informational but not essential. Overall efficient and structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, usage, input requirements, output structure, and high-level behavior. Since an output schema exists, the description does not need to detail return formats. It adequately complements the structured fields.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% with detailed param descriptions. The description reiterates the inputs but does not add significant new meaning beyond what the schema provides. Baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool monitors emerging trends, regulatory shifts, and adoption signals for a market sector, with specific output structure. It distinguishes itself from sibling tools (e.g., competitor_intel, carbon_footprint_calculator) by focusing on market trend monitoring rather than other analytics.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly includes a 'When to use this tool' section with concrete scenarios (e.g., user asks what is heating up, timing product roadmap, early read on sector). It does not mention when not to use or name alternatives, but provides clear context for usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updatesv0.1.0
    • First observedcarbon_footprint_calculator
    • First observedcompetitor_intel
    • First observedpartnership_synergies
    • First observedpitch_deck_storyline
    • First observedtrend_watcher

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct strategic domain: carbon footprint, competitor intelligence, partnerships, pitch decks, and trend monitoring. There is no overlap in purpose, and descriptions clearly differentiate them.

Naming Consistency4/5

All tool names use clear, descriptive noun phrases with underscores (e.g., 'carbon_footprint_calculator'). While they don't follow a strict verb_noun pattern, the naming is consistent and intuitive across the set.

Tool Count5/5

With 5 tools, the server is well-scoped for a strategic advisory purpose. Each tool addresses a key business need without unnecessary bloat or gaps.

Completeness4/5

The tool set covers major strategic areas for a company (sustainability, competition, partnerships, fundraising, trends). Minor gaps exist, such as lack of financial modeling or HR tools, but these fall outside the apparent domain.

Maintenance

ActivityNo data
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/getgapup/gapup-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server