Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
getgapup avatar

Mcp Knowledge

  • getgapup/gapup-mcp

100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

About

100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis. 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis. "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "description": "100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis."

  • 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
  • "name": "io.github.getgapup/mcp-knowledge",
  • "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  • "url": "https://github.com/getgapup/gapup-mcp",
  • "description": "100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis."

Mcp Knowledge by the numbers

  • Exposes 271 verified tools (MCP introspection)
  • Data as of Jul 9, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http mcp-knowledge https://mcp.gapup.io/

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Tools271
Repositorygetgapup/gapup-mcp

How do agents access io.github.getgapup/mcp-knowledge capabilities without custom integration code?

100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

Who is it for?

Developers wiring io.github.getgapup/mcp-knowledge into Cursor, Claude Desktop, or other MCP clients.

Skip if: Teams that need features outside the documented io.github.getgapup/mcp-knowledge tool surface.

What you get

Configured MCP host can call io.github.getgapup/mcp-knowledge tools with schemas from the server README.

  • Agent-driven metadata and trade-intelligence outputs for ideation notes
  • Faster narrowing of content or commerce niches before validate
  • Reusable remote MCP entry for GapUp knowledge tools

By the numbers

  • 100+ MCP tools described in server metadata
  • Hosted remote URL https://mcp.gapup.io
  • Server version 0.2.0
At a glance

Mcp Knowledge capabilities & compatibility

Capabilities
100+ mcp tools for ai agents: content metadata, · "name": "io.github.getgapup/mcp knowledge", · "$schema": "https://static.modelcontextprotocol. · "url": "https://github.com/getgapup/gapup mcp",
Use cases
api development · orchestration
Runs
Local or remote
Pricing
Bring your own API key
From the docs

What Mcp Knowledge says it does

100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
README.md
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
README.md

Tools 271

Public tool metadata - what this server can do for an agent.

content_catalog4 params

Browse the Gapup gold-standard content catalogue — video games, films, TV series and music. Returns franchises with their works (title, release year). When to use this tool: an agent needs structured, audited metadata for a cultural franchise, wants to resolve a title to a canonical entity, or browses a domain's catalogue before requesting enrichment. Inputs: a content domain and an optional case-insensitive name filter. Each franchise id can be passed to content_enrichment for its fine-grained tag profile.

  • domainstringrequiredContent domain to browse
  • namestringOptional case-insensitive substring filter on franchise name
  • limitintegerMaximum number of franchises to return (default 20)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
content_enrichment3 params

Return the enriched tag profile of a content entity — the Gapup moat. Each tag carries a facet (genre, theme, play-mode, perspective…), a confidence score, a corroboration score and its full provenance (which sources corroborated it, when). The response also carries an entity-level provenance block (average confidence, data freshness). When to use this tool: an agent has a franchise or work id (from content_catalog) and needs a fine-grained, machine-readable, verifiable characterisation for matching, recommendation, contextual targeting or analysis. Inputs: an entity id and its type.

  • entity_idstringrequiredEntity id from content_catalog (e.g. 'music-daft-punk', 'film-the-dark-knight-collection:the-dark-knight')
  • entity_typestringWhether the id is a franchise or a work (default franchise)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
content_discovery5 params

Discover content franchises within a domain. Two modes: pass `tag` for a precise taxonomy match (every game tagged 'co-op'), or pass `query` for free-text SEMANTIC search powered by pgvector embeddings — finding franchises by meaning ('dark atmospheric games about isolation') even when no literal tag matches. Results are verifiable: tag mode carries tag confidence/corroboration, semantic mode carries a similarity score; both carry entity freshness. When to use: an agent wants a domain-scoped shortlist by tag or by intent. Inputs: a domain plus either a tag or a free-text query.

  • domainstringrequiredContent domain to search within
  • tagstringTag label to match precisely (e.g. 'thriller', 'co-op'). Mutually exclusive with `query`.
  • querystringFree-text intent for semantic search (e.g. 'melancholic synth-pop about heartbreak'). Mutually exclusive with `tag`.
  • limitintegerMaximum franchises to return (default 25)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
content_similar4 params

Find content entities similar to a given one. For embedded franchises this uses SEMANTIC vector similarity (pgvector) over the enrichment profile — surfacing entities that feel alike even when their tags differ literally. Falls back to shared enrichment-tag overlap for works or non-embedded entities. Each result carries a similarity score and its entity-level freshness/confidence (verifiable, sourced). When to use this tool: an agent wants recommendations or lookalikes for a franchise or work. Input: an entity_id and its type.

  • entity_idstringrequiredEntity id from content_catalog
  • entity_typestring
  • limitinteger
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
content_taxonomy2 params

Return the enrichment taxonomy of a content domain — every tag grouped by facet (genre, theme, mood, play-mode…). When to use this tool: an agent needs the controlled vocabulary to filter, classify or query content. Input: a domain.

  • domainstringrequiredContent domain
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
content_audience_profile3 params

Return the audience targeting profile of a content entity — its enrichment tags reframed as audience facets with confidence, corroboration and full provenance (verifiable, sourced). The response also carries an entity-level provenance block (average confidence, data freshness). When to use this tool: an ad-tech or marketing agent needs a machine-readable, verifiable audience descriptor for a franchise or work. Input: an entity_id and its type.

  • entity_idstringrequiredEntity id from content_catalog
  • entity_typestring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
content_provenance3 params

Audit the full data provenance of a content entity — all its enrichment tags with their extraction source, corroboration score, source list and last verification date, plus an entity-level freshness summary. Use this tool before citing or relying on enriched content data in a high-stakes context (ad targeting, editorial, analysis). Inputs: entity_id (required) and entity_type (franchise or work).

  • entity_idstringrequiredEntity id from content_catalog (e.g. 'video-game-elden-ring')
  • entity_typestringWhether the id is a franchise or a work (default: franchise)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
content_compare4 params

Compare the tag profiles of two content entities (franchises or works) and measure how similar they are. Returns a Jaccard similarity score, the list of shared tags, the tags unique to each entity, and a breakdown of shared tags by facet. When to use this tool: an agent needs to compare two franchises or works (e.g. 'how similar are Dark Souls and Elden Ring?', 'what do Street Fighter and Mortal Kombat have in common?', 'on which axes do these two games differ?'), find positioning overlap, identify cross-sell opportunities, or answer 'if you liked X you might like Y' questions backed by data. Works for any domain (video-games, music, film, tv).

  • entity_astringrequiredId of the first entity from content_catalog (e.g. 'game-dark-souls', 'music-daft-punk').
  • entity_bstringrequiredId of the second entity from content_catalog (e.g. 'game-elden-ring', 'music-justice').
  • entity_typestringWhether both ids are franchises or works (applies to both). Defaults to 'franchise'.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
content_ranking9 params

Return the TOP-ranked content entities in a category, by a chosen criterion — the direct answer to superlative / decision queries: 'best video games', 'top RPGs', 'cheapest games', 'best value RPGs', 'best FPS playable right now', 'most popular music artists'. Criteria: critic_score, popularity, price, value (critic score per unit price). `direction` flips it (asc = cheapest/lowest first). `available_only` restricts to entities currently buyable. Sliceable by genre and release-year window; every result carries its score, price and source. When to use: an agent must produce a ranked shortlist to support a recommendation, a purchase or a 'what is the best X' decision.

  • domainstringrequiredContent domain to rank within
  • criterionstringcritic_score (0-100, default) · popularity · price · value (critic score per unit price)
  • directionstringdesc = best/highest first (default); asc = cheapest/lowest/least first. Defaults to asc for price.
  • available_onlybooleanIf true, restrict to entities currently available to buy/play (default false)
  • genrestringOptional genre filter, e.g. 'RPG', 'FPS', 'thriller'
  • year_fromintegerOptional earliest release year
  • year_tointegerOptional latest release year
  • limitintegerNumber of ranked results (default 20)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ftg_market_gap3 params

Return the import/production market-gap opportunities for a country — commodities where local demand outpaces local supply. Each opportunity carries the gap value (USD/year), the gap volume (tonnes/year), a 0-100 opportunity score and the potential margin. When to use this tool: an agent needs to know what a country structurally under-produces or over-imports, for trade sourcing, import/export or local-production investment decisions. Input: a country (ISO-2 code or name).

  • countrystringrequiredCountry ISO-2 code (e.g. 'SN', 'KE') or name (e.g. 'Senegal')
  • limitintegerMaximum opportunities to return (default 20)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ftg_production_methods2 params

Return the production methods for a commodity — each with a description, ordered process steps, pros/cons and a popularity rank. Methods are commodity-canonical: one curated set per commodity, reusable across every country. When to use this tool: an agent evaluates HOW a commodity is produced or processed, compares techniques, or builds a production plan. Input: a commodity slug or name.

  • commoditystringrequiredCommodity slug or name (e.g. 'rice', 'tomato', 'cashew')
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ftg_sourcing_buyers4 params

Return verified local buyers in a country — companies sourcing a given commodity, with buyer type, city, website, annual volume range and certification requirements. When to use this tool: an agent builds a sourcing or export shortlist, or needs real B2B demand contacts in a market. Input: a country and an optional commodity filter.

  • countrystringrequiredCountry ISO-2 code or name
  • commoditystringOptional commodity slug to filter buyers by
  • limitintegerMaximum buyers to return (default 20)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ftg_opportunity_scout3 params

Rank the best countries for a given commodity — where the market gap, opportunity score and potential margin are highest. Cross-country scouting. When to use this tool: an agent has a commodity and needs to know WHERE to sell, export to or set up local production. Input: a commodity name.

  • commoditystringrequiredCommodity name (e.g. 'rice', 'soybean', 'poultry')
  • limitintegerMaximum countries to return (default 20)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ftg_business_plan2 params

Return the business plan for a market-gap opportunity — direct-trade or local-production, with CAPEX, OPEX, ROI, payback period, automation level and the full plan. Cache-first: returns the stored plan when available, otherwise reports that generation is required (the FTG platform produces plans on demand). When to use this tool: an agent has an opportunity_id (from ftg_market_gap) and needs the investable plan. Input: an opportunity_id.

  • opportunity_idstringrequiredOpportunity id obtained from ftg_market_gap
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ftg_production_economics4 params

Return production cost benchmarks (CAPEX/OPEX per unit, value ranges, scenarios, quality tiers) and agronomic yields (t/ha, cycles per year) for a commodity. When to use this tool: an agent sizes the economics of producing a commodity. Input: a commodity, with an optional country.

  • commoditystringrequiredCommodity name or slug
  • countrystringOptional country ISO code or name
  • limitinteger
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ftg_investor_directory3 params

Return investors from the FTG directory — VC, PE and impact funds with type, firm, website, ticket-size range, sectors and stages of interest. When to use this tool: an agent builds a fundraising shortlist. Input: optional country and limit.

  • countrystringOptional country ISO code or name
  • limitinteger
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ftg_country_regulations4 params

Return import, trade and production regulations for a country — category, title, summary and source. When to use this tool: an agent checks regulatory or compliance requirements before trading or producing in a market. Input: a country, with an optional category.

  • countrystringrequiredCountry ISO code or name
  • categorystringOptional regulation category filter
  • limitinteger
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ftg_business_ideas3 params

Return vetted, automation-scored business ideas from the FTG idea bank — each with an autonomy score, monetization model and conservative/median/optimistic MRR projections. When to use this tool: an agent or founder wants ranked, buildable business ideas. Input: optional category and limit.

  • categorystringOptional category filter
  • limitinteger
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ftg_country_study2 params

Return the in-depth FTG country study — multi-part structured analysis of a country's trade and production landscape. When to use this tool: an agent needs deep country context before a sourcing, export or investment decision. Input: a country.

  • countrystringrequiredCountry ISO code or name
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ftg_seller_catalog4 params

Return seller catalogues registered on FTG — exporters and producers with their commodity, monthly capacity, certifications and target export markets. When to use this tool: an agent builds a supplier or sourcing shortlist. Input: optional seller country and commodity.

  • countrystringOptional seller country ISO code or name
  • commoditystringOptional commodity filter
  • limitinteger
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
competitor_intel4 params

LLM-narrated competitive-intelligence BRIEFING — for human consumption (board meeting, pitch prep). Pair tool: `competitive_deep_dive` for raw structured multi-source data (agent-shaped JSON). Returns: recent competitor moves with severity (critical/high/medium/low), prioritised signals, pricing-radar comparison, 3-6 quantified recommendations (impact in € or %, 7/30/90/180-day horizons), and an 8-12 slide presenter script. Use when the buyer wants a narrative briefing or a deck. Inputs: your company (name + one-paragraph pitch) + 1-10 competitors. Delivered by Manue, AI CMO of the Gapup portfolio.

  • selfCompanyobjectrequiredYour company info
  • competitorsarrayrequired1-10 competitors to analyze
  • focusstringOptional — what the buyer wants to track first (e.g. pricing moves, hiring patterns)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
trend_watcher4 params

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.

  • sectorstringrequiredSector to monitor (e.g. 'B2B SaaS productivity', 'EU fintech', 'climate-tech hardware')
  • keywordsarrayrequired3-8 keywords describing the watch perimeter
  • focusstringOptional context (geography, language target, comparator window, etc.)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
partnership_synergies6 params

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.

  • selfCompanyobjectrequired
  • strategicAxisstringrequiredWhat strategic axis to unlock through partnership (e.g. 'enter US market via distribution', 'leverage AI infra without rebuild')
  • constraintsobject
  • currentPartnershipsarrayExisting alliances to factor in
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
pitch_deck_storyline5 params

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.

  • companyobjectrequired
  • audiencestringrequiredTarget audience — adapts tone + emphasis + Q&A bank
  • slideCountintegerrequired12 = standard VC deck, 15 = bank-friendly with annexes, 20 = growth/strategic
  • keyFactsarrayrequiredHard facts to weave into the deck (traction numbers, milestones, awards)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
carbon_footprint_calculator8 params

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.

  • companyobjectrequired
  • perimeterobjectrequired
  • scope1Sourcesarray
  • scope2Sourcesarrayrequired
  • scope3Activitiesarray
  • reductionTargetsobject
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
market_research_brief4 params

Generate a structured, sourced market research brief on any market, sector or industry. Returns a machine-readable note with six sections: an executive overview, a market-size estimate (with assumptions and sources — no invented figures), key players, demand & technology trends, risk factors, and a traceable source list. When to use this tool: an agent needs to assess a new market, validate a business opportunity, prepare a pitch, or benchmark a sector before a strategic decision. Data is assembled live from keyless public sources: Wikipedia (sector context), World Bank (macro GDP/population for market sizing), REST Countries (geo context). Fields that cannot be sourced are marked 'unavailable' rather than estimated. Inputs: topic (required), geo and sector (optional refinements).

  • topicstringrequiredMarket or sector to research (e.g. 'electric vehicle batteries', 'B2B SaaS CRM Europe', 'telemedicine Africa')
  • geostringOptional geography to scope the brief (country name, region, or continent — e.g. 'France', 'Southeast Asia')
  • sectorstringOptional parent sector to disambiguate the topic (e.g. 'healthcare', 'energy', 'software')
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
competitive_deep_dive4 params

Gold-standard competitive deep dive — STRUCTURED multi-source data (no LLM narrative). Pair tool: `competitor_intel` for LLM-narrated board briefing + slide script. Aggregates Wikipedia, Yahoo Finance, SEC EDGAR, Wayback Machine, DuckDuckGo, HackerNews, domain scraping — all keyless. Returns agent-shaped JSON: KPIs (funding, employees, revenue, market cap), P0/P1/P2 competitive signals, pricing radar, competitor comparison matrix, Wayback timeline, positioning (sector/industry/icp_hypothesis/moat_signals), quality score. Every field is sourced or marked unavailable — no hallucinated figures. SLA: p50 ~25s, p95 ~30s · score 80+ on listed targets (US/EU/foreign) · score ~40 on private companies (no EDGAR/Yahoo data). Use sync for batch agents (≤30s tolerance). Use `competitive_deep_dive_async` + `competitive_deep_dive_result(job_id)` for conversational agents. Inputs: company name or domain (required), optional competitor list (≤5), optional depth (easy/medium/hard).

  • companystringrequiredName or domain of the target company (e.g. 'Salesforce', 'notion.so', 'HubSpot CRM')
  • competitorsarrayOptional list of competitor names or domains to include in the comparison matrix (max 5)
  • depthstringResearch depth: 'easy' = Wikipedia + DDG (fast, ~15s); 'medium' = + Yahoo Finance + EDGAR + Wayback (default, ~45s); 'hard' = + HackerNews + domain surfaces + competitor deep dive (~120s)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
competitive_deep_dive_async3 params

Async variant of competitive_deep_dive. Returns immediately (<200ms) with a job_id. The research runs in the background (p50≈25s, p95≈30s for depth=medium). Poll the result with competitive_deep_dive_result(job_id) after the eta_seconds hint. Use this instead of competitive_deep_dive when the agent cannot wait >15s for a response. Inputs: same as competitive_deep_dive — company (required), competitors (optional list, max 5), depth (easy/medium/hard, default medium). Async tool — register a webhook via `webhooks_manage(register, url, [job.completed])` to receive callbacks instead of polling. Faster + lighter.

  • companystringrequiredName or domain of the target company (e.g. 'Salesforce', 'notion.so')
  • competitorsarrayOptional list of competitor names or domains to include in the comparison matrix (max 5)
  • depthstringResearch depth: 'easy'≈15s, 'medium'≈30s (default), 'hard'≈60s
competitive_deep_dive_result1 param

Poll the result of a competitive_deep_dive_async job. Returns status=pending while running, status=completed with the full report once done, status=failed on error, or status=not_found if the job_id is unknown or expired (TTL 24h). Call this after the eta_seconds hint returned by competitive_deep_dive_async.

  • job_idstringrequiredThe job_id returned by competitive_deep_dive_async
kyc_screener_batch2 params

Async batch variant of kyc_screener. Accepts 1-100 names and returns immediately (<300ms) with a job_id. The screening runs in the background (up to 10 parallel KYC calls). Poll the result with kyc_screener_batch_result(job_id) after the eta_seconds hint. Each entry can specify name, type (person/company/any), and an optional birthdate hint. Use for bulk client onboarding, UBO list screening, or periodic AML refresh batches. Async tool — register a webhook via `webhooks_manage(register, url, [job.completed])` to receive callbacks instead of polling. Faster + lighter.

  • namesarrayrequiredList of entities to screen (1-100). Each entry requires at minimum a name.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
kyc_screener_batch_result1 param

Poll the result of a kyc_screener_batch job. Returns status=pending while running, status=completed with the full array of KYC results once done, status=failed on error, or status=not_found if the job_id is unknown or expired (TTL 24h). Call this after the eta_seconds hint returned by kyc_screener_batch.

  • job_idstringrequiredThe job_id returned by kyc_screener_batch (prefix: kycb_)
ai_governance_full_report_async7 params

Audit EU AI Act complet (Règlement UE 2024/1689) — implémentation native audit-grade. Classifie le système IA selon les 4 tiers de risque (unacceptable/high_risk/limited_risk/minimal_risk/gpai) sur la base de l'Annexe III et de l'Article 5. Produit : (1) classification tier + justification + articles applicables, (2) checklist conformité Articles 9-15 + 50 + 53-55, (3) gaps documentation Annexe IV, (4) mapping ISO 42001, (5) deadlines EU AI Act 2025-2029, (6) estimation coût et effort, (7) top 10 recommandations P0/P1/P2. Retourne immédiatement (<300ms) un job_id. Poller avec ai_governance_full_report_result(job_id) après eta_seconds (~90s). Cache 7 jours pour inputs identiques. Async tool — register a webhook via `webhooks_manage(register, url, [job.completed])` to receive callbacks instead of polling. Faster + lighter. DISCLAIMER : non substitutif à un avis juridique professionnel.

  • ai_system_descriptionstringrequiredDescription détaillée du système IA : ce qu'il fait, comment il fonctionne, quelles décisions il prend
  • intended_purposestringrequiredFinalité prévue du système IA : à quoi sert-il concrètement
  • deployment_contextstringContexte de déploiement : interne (usage employés), public, B2B, B2C
  • company_sizestringTaille entreprise : startup (≤50), smb (51-250), mid (251-1000), large (1001-5000), enterprise (>5000)
  • data_sourcesarraySources de données utilisées par le système IA
  • affected_personsarrayCatégories de personnes affectées par les décisions du système (ex: candidats, employés, clients)
  • geographic_scopearrayZones géographiques de déploiement (ex: 'EU', 'France', 'Global')
ai_governance_full_report_result1 param

Poll the result of an ai_governance_full_report_async job. Returns status=pending while running, status=completed with the full EU AI Act governance audit report once done (risk_tier, compliance checklist Articles 9-15/50/53-55, Annex IV documentation gaps, ISO 42001 alignment, deadlines 2025-2029, cost estimate, top-10 recommendations P0/P1/P2, compliance_score), status=failed on error, or status=not_found if the job_id is unknown or expired (TTL 24h). Call this after the eta_seconds hint returned by ai_governance_full_report_async (~90s).

  • job_idstringrequiredThe job_id returned by ai_governance_full_report_async (prefix: aigfr_)
abm_lookalike_account_finder4 params

As a CMO, discover 50 B2B accounts that closely match your top 10 customers' tech stacks and firmographics. This tool analyzes public web data including robots.txt and OpenGraph metadata to identify lookalike accounts for targeted ABM campaigns. Input your top customer domains and desired firmographic filters to receive a ranked list of potential targets with matching technologies and company attributes.

  • top_customer_domainsarrayrequiredList of top 10 customer domains to use as seed accounts
  • firmographic_filtersobject
  • tech_stack_keywordsarraySpecific technologies to match in lookalike accounts
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
affiliate_fraud_clickstream_detector4 params

Analyzes affiliate clickstream data from Common Crawl to flag potential fraud patterns (duplicate IPs, rapid clicks, device spoofing). Designed for CMOs to validate affiliate traffic quality and prevent budget waste. Inputs: affiliate network name and date range. Outputs: fraud probability score, suspicious IP list, and pattern analysis. Keywords: affiliate fraud detection, clickstream analysis, marketing attribution, traffic validation.

  • affiliate_networkstringrequiredName of the affiliate network to analyze (e.g., 'CJ Affiliate', 'Rakuten')
  • date_rangeobjectrequired
  • thresholdnumberFraud probability threshold (0.1-0.99)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
africa_trade_barrier_breaker5 params

As a COO, analyze non-tariff trade barriers (NTBs) across African trade corridors using WITS and UNCTAD STAT data. Input origin/destination countries and product HS codes to receive barrier mapping with severity scores and actionable mitigation strategies. Returns structured risk assessment, regulatory compliance gaps, and supply chain optimization recommendations. Pass async:true to avoid timeout.

  • origin_countrystringrequiredISO 3-letter country code for export origin
  • destination_countrystringrequiredISO 3-letter country code for import destination
  • hs_codestring6-digit Harmonized System product code
  • include_regulatory_detailsbooleanWhether to include detailed regulatory text in output
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
africa_trade_finance_esg_rater4 params

As a COO, evaluate ESG compliance of African trade finance providers using World Bank WITS trade statistics and CDP climate disclosure data. Input the financial institution's name or identifier, and receive an ESG rating with breakdown across environmental, social, and governance dimensions. Ideal for due diligence on trade partners or portfolio risk assessment. Pass async:true to avoid timeout.

  • institutionNamestringrequiredFull name of the trade finance provider (e.g., 'Standard Bank Group')
  • countryCodestringISO 2-letter country code (e.g., 'ZA' for South Africa)
  • yearnumberAssessment year (2018-2023)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
africa_trade_preference_arbitrage6 params

Analyzes AGOA (African Growth and Opportunity Act) and EBA (Everything But Arms) trade preference arbitrage opportunities for COOs evaluating export strategies. Compares tariff rates, trade volumes, and preference utilization across eligible African countries using WITS and OECD trade data. Returns structured analysis of potential duty savings, market access advantages, and compliance requirements. — pass async:true REQUIRED to avoid x402 timeout.

  • hs_codestringrequired6-10 digit Harmonized System product code
  • exporting_countrystringrequiredISO 2-letter country code of African exporter
  • importing_countrystringISO 2-letter country code of target market (US/EU)
  • yearintegerReference year for trade data
  • preference_schemestringTrade preference scheme to analyze
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
africa_trade_preference_optimizer6 params

As a COO, analyze AGOA/EBA duty savings opportunities with HS code-level trade route optimization. Input origin country, destination country, and HS code to receive duty savings estimates, optimal trade routes, and preference utilization recommendations. Uses UN Comtrade trade flow data, WCO tariff schedules, and African Union trade agreement rules. Ideal for export market evaluation, supply chain optimization, and trade agreement compliance analysis. Keywords: AGOA, EBA, duty savings, trade optimization, HS code, African trade, export strategy.

  • originCountrystringrequiredISO 3166-1 alpha-3 country code of export origin (e.g., 'KEN' for Kenya)
  • destinationCountrystringrequiredISO 3166-1 alpha-3 country code of import destination (e.g., 'USA' for United States)
  • hsCodestringrequired6-10 digit Harmonized System code (e.g., '010121' for live horses)
  • quantitynumberEstimated annual export quantity in units
  • valueUsdnumberEstimated annual export value in USD
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ai_act_incident_response6 params

Generates EU AI Act incident response playbooks with regulator notification templates for risk management teams. Inputs include incident severity, AI system type, and affected stakeholders. Outputs structured playbook steps, regulator notification drafts, and compliance checklists. Essential for high-risk AI system breaches requiring formal EU notification — pass async:true REQUIRED to avoid x402 timeout. Keywords: AI Act compliance, incident response, regulator notification, risk management, ISO 27035, NIST SP 800-61.

  • incident_typestringrequired
  • severitystringrequired
  • ai_system_typestring
  • affected_stakeholdersarray
  • incident_descriptionstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ai_act_training_data_audit4 params

As a CTO, audit AI training datasets for EU AI Act compliance with bias detection and regulatory risk assessment. Inputs: dataset identifier (Hugging Face ID or URL) and optional risk thresholds. Outputs: compliance score, bias metrics, regulatory warnings, and source references. Ideal for pre-deployment risk evaluation. Pass async:true to avoid timeout.

  • dataset_idstringrequiredHugging Face dataset identifier or direct URL to dataset
  • risk_thresholdnumber
  • include_bias_metricsboolean
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
banking_fee_negotiator7 params

As a CFO-focused tool, banking_fee_negotiator analyzes your bank's fee structures (account maintenance, wire transfers, credit lines) and provides data-driven negotiation recommendations. Input your current fees and bank details to receive benchmark comparisons from World Bank and ECB SDW, along with specific levers to reduce costs. Ideal for optimizing treasury operations and improving financial efficiency. Keywords: bank fees, cost optimization, treasury management, financial benchmarking, negotiation strategy.

  • account_maintenance_feenumberrequiredCurrent monthly account maintenance fee in USD
  • wire_transfer_feenumberCurrent domestic wire transfer fee in USD
  • international_wire_feenumberCurrent international wire transfer fee in USD
  • credit_line_feenumberCurrent annual credit line fee percentage
  • bank_countrystringrequiredISO 2-letter country code of the bank
  • industrystringIndustry classification (e.g., 'manufacturing', 'retail')
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
bond_covenant_monitor3 params

As a CFO, monitor bond covenant compliance by analyzing leverage ratios (debt-to-equity, debt-to-EBITDA) and interest coverage ratios using real-time financial data. Input a company's ticker symbol and optional covenant thresholds to receive compliance status, key financial metrics, and SEC filing references. Ideal for proactive debt management and regulatory compliance tracking. Keywords: bond covenants, leverage ratio, interest coverage, debt compliance, SEC filings, financial health.

  • tickerstringrequiredCompany ticker symbol (e.g., 'AAPL')
  • covenantThresholdsobject
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
brand_equity_voice_share_calculator5 params

Calculates brand equity voice share for CMOs by analyzing mentions across 500K+ news articles and forums from Common Crawl and Wayback Machine. Inputs include brand name, competitors, and time range. Outputs voice share percentage, sentiment distribution, and top sources. Ideal for competitive benchmarking and brand visibility tracking. Pass async:true to avoid timeout.

  • brandstringrequired
  • competitorsarray
  • time_rangeobjectrequired
  • include_forumsboolean
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
cloud_cost_ri_optimizer6 params

Analyzes AWS and Azure cloud pricing data alongside RIPE regional demand trends to generate Reserved Instance purchase recommendations for CTOs. Inputs include target cloud provider, instance family, region, and desired commitment term. Outputs include cost savings percentage, optimal RI quantity, and regional demand insights. Ideal for reducing cloud spend with data-driven decisions. Keywords: cloud cost optimization, reserved instances, AWS pricing, Azure pricing, RIPE demand trends.

  • cloud_providerstringrequired
  • instance_familystringrequired
  • regionstringrequired
  • termstring
  • utilizationnumber
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
comp_benchmark_geo_delta6 params

Compares local compensation benchmarks against HQ standards for CHROs, adjusting for cost-of-living and tax differentials. Inputs include job role, local and HQ locations, and salary range. Outputs include adjusted benchmark delta, cost-of-living multiplier, and tax impact. Keywords: compensation benchmark, geographic pay equity, cost-of-living adjustment, tax differential analysis.

  • jobRolestringrequiredStandardized job role (e.g., 'Software Engineer III')
  • localLocationstringrequiredLocal work location (ISO 3166-2 code or city, country)
  • hqLocationstringrequiredHQ location (ISO 3166-2 code or city, country)
  • baseSalarynumberCurrent base salary in local currency
  • currencystringISO 4217 currency code (e.g., 'USD')
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
content_evergreen_score_analyzer4 params

Evaluates content evergreen potential for CMOs by analyzing historical traffic patterns and backlink authority. Takes a content URL and optional time range, returns an evergreen score (0-100), traffic trend analysis, and backlink profile. Ideal for content strategy planning, SEO optimization, and identifying high-value evergreen assets. Uses Wayback Machine and Common Crawl public APIs.

  • urlstringrequiredContent URL to analyze
  • fromDatestringStart date for historical analysis (YYYY-MM-DD)
  • toDatestringEnd date for historical analysis (YYYY-MM-DD)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
incident_response_evidence_collector5 params

As a CTO, gather forensic evidence (logs, network flows, MITRE TTPs) from public breach reports and threat intelligence sources to support incident response post-mortems. Inputs include incident identifiers, date ranges, or MITRE technique IDs. Outputs structured evidence with attack patterns, indicators of compromise, and source references. — pass async:true REQUIRED to avoid x402 timeout.

  • incident_idstringrequiredUnique identifier for the incident (e.g., CVE, GitHub Advisory ID)
  • date_rangeobject
  • mitre_technique_idsarrayList of MITRE ATT&CK technique IDs (e.g., T1059)
  • include_network_flowsboolean
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ip_contract_clause_extractor4 params

For CHRO use: analyzes employment contract text to identify and extract IP-related clauses such as invention assignment, confidentiality, non-compete, and patent rights. Returns structured data with clause types, risk levels, and relevant legal context. Ideal for contract review workflows, compliance checks, and IP protection strategy. Sources: USPTO PatFT and EPO Espacenet public datasets. Keywords: employment contract, IP clause, invention assignment, confidentiality agreement, non-compete, patent rights, CHRO tool.

  • contractTextstringrequiredFull text of the employment contract to analyze
  • jurisdictionstringCountry/state jurisdiction for legal context (e.g., 'US-CA', 'DE')
  • includeContextbooleanWhether to include legal context for each clause
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ip_employee_invention_tracker6 params

For CHROs: tracks employee patent filings and flags unassigned inventions. Input employee name or ID to retrieve their patent applications from USPTO and WIPO databases. Returns list of inventions with assignment status, filing dates, and potential ownership gaps. Useful for IP audits, inventor onboarding, and compliance checks. Keywords: patents, IP ownership, employee inventions, USPTO, WIPO.

  • employeeNamestringrequiredFull name of employee to track (e.g., 'John Doe')
  • employeeIdstringInternal employee ID (optional if name provided)
  • companyNamestringrequiredExact legal name of company for assignment check
  • startDatestringFilter patents filed after this date (YYYY-MM-DD)
  • endDatestringFilter patents filed before this date (YYYY-MM-DD)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
labor_law_alert_geo4 params

Provides CHROs with daily alerts on new labor law changes by jurisdiction (state/country). Inputs include jurisdiction (ISO country/state code) and optional date range. Outputs structured legislative updates with summaries, effective dates, and source links. Useful for compliance monitoring, risk assessment, and policy adjustments. Keywords: labor law, compliance, legislation, jurisdiction, CHRO, HR policy.

  • jurisdictionstringrequiredISO 3166-1 alpha-2 country code or ISO 3166-2 state/province code (e.g., 'US-CA', 'FR')
  • sincestringOptional start date for changes (YYYY-MM-DD). Defaults to 7 days ago.
  • untilstringOptional end date for changes (YYYY-MM-DD). Defaults to today.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
lnd_ai_skill_forecast4 params

Forecasts AI skill demand trends for CHROs by analyzing patent filings (USPTO PatFT) and job postings (BLS API). Returns 12-month skill demand projections with confidence scores, helping HR leaders prioritize workforce upskilling. Inputs: target AI skills (e.g., 'machine learning', 'NLP'), geographic focus (US state/country), and forecast horizon. Outputs include skill growth rates, patent filing trends, and job posting volumes. Keywords: AI workforce planning, skill gap analysis, talent strategy, patent trends, labor market data.

  • skillsarrayrequiredList of AI-related skills to forecast (e.g., ['machine learning', 'computer vision'])
  • regionstringrequiredGeographic focus (US state code or 'US' for national, e.g., 'CA', 'US')
  • horizon_monthsnumberForecast horizon in months (3-24, default 12)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
lnd_skill_taxonomy_builder5 params

Generates a dynamic skill taxonomy for CHROs by cross-referencing patent filings (USPTO), job postings (BLS), and learning & development data (OECD). Inputs include industry codes, job roles, or skill clusters; outputs structured skill hierarchies with demand trends and competency gaps. Essential for workforce transformation, talent pipeline optimization, and future-proofing organizational capabilities. — pass async:true REQUIRED to avoid x402 timeout.

  • industrystringrequiredNAICS industry code or sector name (e.g., '541511' for IT services)
  • jobRolestringTarget job role or occupation (e.g., 'Data Scientist')
  • skillClusterstringOptional skill cluster to focus taxonomy (e.g., 'AI/ML')
  • timeRangestringTime range for trend analysis
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
logistics_esg_incident_tracker6 params

Tracks real-time ESG incidents in logistics networks for COOs, including supply chain disruptions, regulatory violations, and sustainability risks. Inputs: geographic region, incident type (e.g., emissions, labor, deforestation), and time range. Outputs: structured incident data with severity, location, and source verification. Uses CDP open data and UNCTAD STAT for comprehensive coverage. Keywords: ESG, logistics, supply chain, sustainability, compliance, risk management.

  • regionstringrequiredGeographic region filter (e.g., 'Europe', 'Asia', 'Global')
  • incidentTypestringrequiredType of ESG incident to track
  • startDatestringStart date for incident search (ISO 8601)
  • endDatestringEnd date for incident search (ISO 8601)
  • severitystringMinimum severity level to include
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ma_arbitrage_hunter6 params

As a CFO, identify cross-border M&A arbitrage opportunities by comparing target company valuations across different jurisdictions. Inputs include target company ticker, primary and secondary jurisdictions, and valuation metrics. Outputs include valuation gaps, FX-adjusted multiples, and jurisdiction-specific premiums/discounts. Uses real-time ECB FX rates, Yahoo Finance market data, and SEC EDGAR filings for public companies. Ideal for quick assessment of potential arbitrage in M&A scenarios.

  • targetTickerstringrequiredTarget company ticker symbol (e.g., 'AAPL')
  • primaryJurisdictionstringrequiredPrimary jurisdiction for valuation comparison (e.g., 'US')
  • secondaryJurisdictionstringSecondary jurisdiction for valuation comparison (e.g., 'DE')
  • valuationMetricstringValuation multiple to use for comparison
  • sectorstringIndustry sector for peer comparison (e.g., 'Technology')
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ma_tax_efficiency_mapper6 params

For CFOs evaluating cross-border M&A deals: analyzes tax efficiency by mapping withholding tax rates, transfer pricing regulations, and permanent establishment risks across specified jurisdictions. Inputs include acquirer/target jurisdictions, deal structure, and transaction value. Outputs jurisdiction-specific tax exposure, efficiency scores, and risk flags. Uses World Bank Tax Rates API, IMF SDR data, and SEC EDGAR filings for corporate tax disclosures. — pass async:true REQUIRED to avoid x402 timeout.

  • acquirer_jurisdictionstringrequiredISO 3166-1 alpha-3 country code of the acquiring entity
  • target_jurisdictionstringrequiredISO 3166-1 alpha-3 country code of the target entity
  • deal_structurestringType of M&A transaction structure
  • transaction_valuenumberDeal value in USD millions
  • include_transfer_pricingbooleanWhether to analyze transfer pricing risks
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
manufacturing_esg_compliance_mapper5 params

As a COO, quickly identify ESG compliance gaps across manufacturing facilities using EPA TRI emissions data and GRI sustainability standards. Input facility identifiers or geographic regions to receive a prioritized remediation roadmap with risk scores, regulatory violations, and suggested corrective actions. Ideal for sustainability reporting, regulatory risk assessment, and operational improvement planning. Keywords: ESG compliance, manufacturing facilities, EPA TRI, GRI standards, sustainability reporting, regulatory risk.

  • facilityIdsarrayrequiredList of EPA facility identifiers (e.g., TRIFID)
  • regionstringGeographic region (state, county, or ZIP code) for facility search
  • yearnumberReporting year (default: current year - 1)
  • includeGribooleanInclude GRI standards analysis (default: true)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
manufacturing_waste_heatmap5 params

Generates manufacturing waste heatmaps for COOs using EPA TRI and FAOSTAT data. Input manufacturing site identifiers or geographic regions to analyze waste streams, emissions, and resource inefficiencies. Outputs include waste intensity maps, circular economy opportunity rankings, and cost-saving potential. Ideal for sustainability strategy and operational efficiency improvements. Pass async:true to avoid timeout.

  • site_idsarrayList of manufacturing site identifiers (EPA TRI IDs or FAO facility codes)
  • regionstringGeographic region (country code or sub-national region) for aggregated analysis
  • yearnumberrequiredAnalysis year (2010-2023)
  • waste_typesarraySpecific waste types to analyze (e.g., ['metals', 'chemicals', 'energy'])
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
observability_log_pattern_miner6 params

As a CTO, extract anomalous log patterns from public breach reports (e.g., Verizon DBIR) and MITRE ATT&CK techniques to optimize SIEM rules and observability pipelines. Inputs include threat actor groups, MITRE tactics (e.g., 'TA0005'), or log sources (e.g., 'AWS CloudTrail'). Outputs structured patterns with MITRE mappings, prevalence scores, and detection recommendations. Ideal for reducing false positives and improving breach detection coverage. Pass async:true to avoid timeout.

  • tacticstringrequiredMITRE ATT&CK tactic ID (e.g., 'TA0005')
  • techniquestringMITRE ATT&CK technique ID (e.g., 'T1059')
  • log_sourcestringLog source type (e.g., 'AWS CloudTrail', 'Windows Event Log')
  • threat_actorstringThreat actor group name (e.g., 'APT29')
  • max_resultsinteger
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
observability_metric_anomaly_detector5 params

As a CTO, quickly identify anomalous cloud metrics (CPU, latency, memory) by comparing your infrastructure against AWS public benchmarks and CVE-linked hardware risks. Input your observed metrics (e.g., CPU utilization, request latency) and receive a risk assessment with potential root causes. Ideal for performance troubleshooting, security hardening, and capacity planning. Keywords: cloud observability, anomaly detection, CVE hardware risks, AWS benchmark comparison.

  • metricTypestringrequired
  • observedValuenumberrequired
  • instanceTypestring
  • regionstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
patent_ownership_audit4 params

Audits patent ownership for employees or contractors, identifying gaps where inventors may not have properly assigned patent rights to the company. Designed for CHROs to ensure IP compliance and mitigate legal risks. Inputs: employee/contractor names or IDs, optional date range. Outputs: list of patents, ownership status, flagged gaps, and assignment details. Sources: USPTO PatFT and EPO Espacenet public records. Keywords: patent audit, IP compliance, employee inventions, contractor agreements, CHRO.

  • employeeNamesarrayrequiredList of employee or contractor full names to audit
  • employeeIdsarrayList of employee or contractor IDs (optional if names provided)
  • dateRangeobjectOptional date range for patent filings
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
payment_rails_cost_analyzer6 params

As a CFO, compare cross-border payment rail costs (SWIFT, SEPA, local ACH, stablecoins) with FX conversion fees and settlement times. Input source/destination countries and amount, receive cost breakdown, FX rates, and settlement time estimates. Uses ECB FX rates and World Bank remittance price data for accurate cost analysis. Ideal for optimizing international payment strategies and reducing transaction expenses.

  • source_countrystringrequiredISO 3166-1 alpha-2 country code of payment origin
  • destination_countrystringrequiredISO 3166-1 alpha-2 country code of payment destination
  • amountnumberrequiredTransaction amount in source currency
  • source_currencystringISO 4217 currency code of source amount
  • destination_currencystringISO 4217 currency code of destination amount
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
procurement_okr_esg_aligner4 params

Aligns procurement OKRs with ESG targets for COOs using GRI standards and EU TED procurement benchmarks. Inputs include procurement objectives and ESG focus areas (e.g., carbon reduction, supplier diversity). Outputs structured alignment scores, gap analysis, and actionable recommendations. Essential for COOs integrating sustainability into procurement strategy. Keywords: procurement, ESG, GRI, EU TED, OKR alignment, sustainability metrics.

  • procurementObjectivesarrayrequired
  • esgFocusAreasarrayrequired
  • industrySectorstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
procurement_six_sigma_waste_hunter6 params

Analyzes procurement waste for COOs using Six Sigma DMAIC framework and EU TED tender data. Identifies non-value-added activities, overprocessing, and inefficiencies in procurement workflows. Inputs include procurement category, time period, and organizational unit. Outputs waste classification, cost impact estimates, and process improvement recommendations. — pass async:true REQUIRED to avoid x402 timeout.

  • procurement_categorystringrequiredSpecific procurement category to analyze (e.g., 'IT hardware', 'facilities')
  • time_periodstringrequiredTime period for analysis (e.g., '2023-01-01/2023-12-31')
  • organizational_unitstringSpecific business unit or department (e.g., 'EMEA', 'Global Operations')
  • six_sigma_toolstring
  • include_ted_databoolean
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
social_engagement_velocity_tracker3 params

Tracks hourly social engagement velocity (likes, shares, comments) across Twitter, LinkedIn, and Reddit for CMOs. Inputs include platform handles/subreddits and time range. Outputs engagement metrics, velocity trends, and platform-specific insights. Ideal for real-time marketing performance monitoring and competitive benchmarking. Keywords: social media analytics, engagement tracking, marketing KPIs, CMO dashboard.

  • platformsarrayrequired
  • hoursnumber
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
social_influencer_fake_follower_detector3 params

Analyzes up to 10 social media influencers for fake followers by checking engagement velocity patterns (Trends24) and RSS feed anomalies. Returns authenticity scores, follower growth spikes, and suspicious activity flags. Optimized for CMOs evaluating influencer partnerships. Includes keywords: influencer marketing, fake follower detection, engagement analysis, social media audit.

  • influencerHandlesarrayrequiredArray of up to 10 social media handles (e.g., ['@influencer1', 'user2'])
  • platformstringrequiredSocial media platform of the influencers
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
sovereign_data_breach_impact5 params

Estimates financial impact of a data breach across three jurisdictions (US, EU, UK) for CFO strategic planning. Inputs include breach size, industry sector, and affected jurisdictions. Outputs include direct costs, regulatory fines, reputational damage, and cyber insurance premium adjustments. Ideal for cross-border risk assessment, financial contingency planning, and board-level reporting. Keywords: data breach cost, regulatory fines, cyber insurance, financial risk, cross-jurisdiction impact.

  • records_lostnumberrequiredNumber of records compromised in the breach
  • industrystringIndustry sector of the affected organization
  • jurisdictionsarrayrequiredJurisdictions where the breach has legal or financial impact
  • detection_time_daysnumberTime in days to detect the breach
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
sre_slo_breach_predictor3 params

As a CTO, predict potential SLO breaches 24 hours in advance by analyzing public incident reports and MITRE ATT&CK techniques. Input your service's critical components and reliability thresholds to receive breach probability scores, top contributing TTPs, and recommended mitigations. Uses MITRE ATT&CK, GitHub Advisories, and Cloudflare Radar data. Pass async:true to avoid timeout.

  • service_componentsarrayrequired
  • time_window_hoursnumber
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
talent_contract_risk_mapper5 params

For CHROs: analyzes employee contracts for non-compete, IP assignment, and confidentiality clauses, comparing against state labor laws and jurisdiction-specific precedents. Returns risk levels, conflicting statutes, and suggested revisions. Uses USPTO PatFT, CourtListener, and EUR-Lex for legal cross-referencing. Ideal for contract reviews, compliance audits, or policy updates.

  • contract_textstringrequiredFull text of the employee contract or clause section to analyze
  • jurisdictionstringrequiredState or country jurisdiction (e.g., 'California', 'Germany')
  • employee_rolestringJob title or role classification (e.g., 'Software Engineer', 'Executive')
  • effective_datestringContract effective date (YYYY-MM-DD)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
talent_legal_dashboard6 params

Generates a real-time legal risk dashboard for CHROs, covering contracts, intellectual property, and labor law compliance. Inputs include jurisdiction, employee count, and risk thresholds; outputs include risk scores, actionable alerts, and source citations. Ideal for proactive legal risk management and compliance monitoring. Pass async:true to avoid timeout.

  • jurisdictionstringrequired
  • employeeCountnumberrequired
  • riskThresholdnumber
  • includeIPboolean
  • includeLaborLawboolean
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
talent_litigation_exposure5 params

Estimates litigation exposure risk for CHROs by analyzing past employee lawsuits, settlement amounts, and industry benchmarks. Inputs include company location, industry code, and employee count range. Returns exposure score, average settlement amounts, lawsuit frequency trends, and risk factors. Ideal for legal risk assessment, HR strategy planning, and board-level reporting. Pass async:true to avoid timeout.

  • company_locationstringrequiredState or region where company operates (e.g., 'CA', 'New York')
  • industry_codestringrequiredNAICS industry code (e.g., '541511' for IT services)
  • employee_countnumberCurrent number of employees
  • lookback_yearsnumberNumber of years to analyze
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
talent_poaching_risk5 params

Analyzes employee poaching risk for CHROs by evaluating LinkedIn profile activity (job searches, profile views) and comparing compensation against BLS benchmarks. Returns a ranked list of high-risk employees with risk scores and suggested retention actions. Ideal for proactive talent retention strategies. Keywords: employee retention, poaching risk, compensation benchmark, LinkedIn activity, CHRO analytics.

  • departmentstringrequiredDepartment filter (e.g., 'Engineering', 'Sales')
  • locationstringGeographic location filter (e.g., 'San Francisco, CA')
  • min_tenure_monthsnumberMinimum tenure in months to include in analysis
  • benchmark_job_titlestringSpecific job title for compensation benchmarking
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
trade_finance_eligibility5 params

Evaluates trade finance eligibility for CFOs by analyzing counterparty risk and jurisdiction using World Bank and BIS data. Inputs include counterparty country code (ISO 3166-1 alpha-3) and industry sector. Returns risk scores, eligibility flags, and financing terms. Ideal for assessing letters of credit, export credit agency guarantees, and other trade finance instruments. Keywords: trade finance, counterparty risk, jurisdiction risk, letters of credit, ECA guarantees.

  • counterpartyCountryCodestringrequired
  • industrySectorstringrequired
  • annualTradeVolumeUSDnumber
  • counterpartyCreditRatingstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
vendor_esg_blacklist_monitor4 params

As a COO, quickly check if a vendor is blacklisted for ESG non-compliance using CDP and GRI data. Input the vendor's legal name or identifier to receive their ESG risk score, blacklist status, and compliance violations. Returns structured data including CDP disclosure score, GRI alignment, and any regulatory flags. Ideal for vendor due diligence, risk assessment, and sustainability reporting. Keywords: ESG, vendor risk, compliance, CDP, GRI, sustainability, blacklist.

  • vendorNamestringrequiredLegal name of the vendor to check
  • vendorIdstringOptional identifier (e.g., LEI, DUNS)
  • yearnumberReporting year (default: current year)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
vendor_esg_diversity_scanner4 params

For COOs: scans vendor ESG reports to identify suppliers lacking diversity disclosures in GRI or CDP filings. Input a supplier name or identifier to receive a structured assessment of gender, ethnicity, and board diversity metrics. Returns compliance gaps, missing data flags, and source references from CDP open data and GRI standards. Ideal for vendor risk assessment and ESG compliance tracking.

  • supplierNamestringrequiredExact or partial name of the supplier to scan
  • supplierIdstringCDP or GRI identifier for the supplier (e.g., CDP company ID)
  • yearnumberReporting year to check (default: current year)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
vertical_ai_agent_governance6 params

Generates a comprehensive vertical AI agent workforce integration plan for CHROs, including governance frameworks, human-AI collaboration metrics, and upskilling recommendations. Inputs: industry vertical, workforce size, and current AI adoption level. Outputs: role-specific AI integration roadmaps, skill gap analysis, and performance benchmarks. Uses O*NET skill taxonomies and Gartner AI adoption trends. For best results with large datasets, pass async:true to avoid timeout.

  • industrystringrequired
  • workforce_sizenumberrequired
  • ai_adoption_levelstring
  • target_rolesarray
  • include_benchmarksboolean
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
vuln_exploitability_forecast4 params

As a CTO, assess the exploitability risk of CVEs using EPSS scores and cloud asset exposure data. Input a CVE ID (e.g., CVE-2021-44228) to receive exploitability likelihood, affected cloud services, and threat intelligence context. Returns structured risk metrics for prioritization. Sources: CVE NVD, OpenCVE, GitHub Advisories. Pass async:true to avoid timeout.

  • cveIdstringrequired
  • cloudProviderstring
  • includeDetailsboolean
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
vuln_patch_priority_engine4 params

As a CTO, quickly prioritize unpatched CVEs by combining exploitability scores (EPSS) with cloud asset criticality. Input a list of CVE IDs and your AWS service types (e.g., EC2, RDS) to receive a ranked patching order with risk scores and estimated cloud impact. Uses public NVD, OpenCVE, and AWS pricing data. Ideal for vulnerability management and cloud security posture improvement.

  • cveIdsarrayrequiredList of CVE identifiers to analyze (e.g., ["CVE-2021-44228", "CVE-2023-3824"])
  • awsServicesarrayAWS service types affected by these CVEs (e.g., ["EC2", "RDS", "Lambda"])
  • maxResultsnumberMaximum number of prioritized CVEs to return (default: 10)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
x402_liquidity_monitor4 params

Monitors real-time x402-USDC liquidity depth across 12 decentralized and centralized exchanges, providing slippage alerts and depth analysis for CFO liquidity risk assessment. Inputs include slippage thresholds and exchange selection; outputs liquidity depth, price impact estimates, and warning flags. Essential for optimizing trade execution and managing liquidity exposure. Keywords: liquidity monitoring, slippage analysis, DEX/CEX depth, x402-USDC pair, CFO financial tooling.

  • slippageThresholdnumberrequiredMaximum acceptable slippage percentage (0-100)
  • exchangesarrayList of exchanges to monitor (defaults to all 12 if empty)
  • depthLevelsarrayLiquidity depth levels to analyze (percentage from mid-price)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
x402_payment_flow_analyzer5 params

As a CTO, analyze USDC payment flows involving x402 addresses to assess counterparty risk, trace transaction paths, and evaluate regulatory exposure. Input a wallet address or transaction hash to receive risk scores, flow diagrams, and compliance flags from Chainalysis and TRM Labs public APIs. Ideal for due diligence, fraud detection, and compliance reporting. Pass async:true to avoid timeout.

  • addressstringrequiredEthereum wallet address to analyze
  • txHashstringUSDC transaction hash to trace
  • depthnumberHops to trace in payment flow
  • includeRiskScorebooleanInclude counterparty risk scoring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
x402_payment_fraud_detector5 params

Risk-focused tool that analyzes x402-USDC payment transactions for fraud patterns using on-chain forensics. Takes a transaction hash or wallet address as input and returns risk scores, suspicious indicators, and historical patterns. Designed for risk management teams to quickly assess payment legitimacy. Includes keywords: fraud detection, USDC risk, blockchain forensics, transaction monitoring. pass async:true to avoid timeout.

  • transactionHashstringrequired
  • walletAddressstring
  • amountThresholdnumber
  • includeHistoryboolean
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
adversarial_input_stress_tester5 params

An asynchronous risk assessment tool that evaluates AI model resilience against adversarial inputs following NIST AI Risk Management Framework (RMF) red-teaming protocols. Designed for security and compliance personas, it accepts model outputs or decision boundaries and returns structured risk scores, failure modes, and adversarial examples. Requires async:true to avoid timeout errors. Outputs include status, warnings, and source references.

  • modelOutputstringrequiredThe AI model's output or decision to be stress-tested
  • adversarialDatasetarrayOptional custom adversarial inputs to test
  • sensitivityThresholdnumberThreshold for flagging high-risk adversarial examples
  • maxTestsintegerMaximum number of adversarial tests to run
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ai_act_sandbox_regulatory_sandbox6 params

A legal-focused tool for simulating EU AI Act regulatory sandbox submissions. Provides structured feedback on compliance, risk levels, and required documentation based on EUR-Lex and OECD AI Policy Observatory sources. Accepts AI system descriptions, intended use cases, and technical specifications as input. Returns detailed assessment with warnings, citations, and actionable recommendations for legal teams and AI developers.

  • systemDescriptionstringrequiredDetailed description of the AI system including purpose, architecture, and data sources
  • intendedUsestringrequiredPrimary and secondary use cases of the AI system
  • riskLevelstringrequiredSelf-assessed risk level of the AI system
  • sectorstringPrimary sector of application
  • documentationarrayList of provided documentation types (e.g., 'technical', 'ethical', 'data')
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
bias_amplification_tracker4 params

Tracks bias amplification in LLM outputs by analyzing fairness metrics from HuggingFace's model leaderboard. Designed for risk assessment personas to detect and quantify demographic, gender, or racial bias amplification in generated text. Accepts model identifiers or output samples, returns structured bias metrics and amplification trends.

  • modelIdstringHuggingFace model identifier (e.g., 'facebook/opt-1.3b')
  • outputSamplesarrayArray of LLM output strings to analyze for bias amplification
  • demographicGroupsarraySpecific demographic groups to monitor (e.g., ['gender', 'race'])
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
bond_covenant_esg_compliance_checker6 params

As a CFO, quickly assess whether your bond covenants meet ESG compliance standards set by BIS and ECB. This tool analyzes covenant text against regulatory benchmarks, identifying potential ESG-related risks in carbon emissions, governance practices, and social impact clauses. Input bond covenant details and receive structured compliance insights with source references. Ideal for pre-issuance due diligence or ongoing monitoring of existing bond portfolios.

  • covenantTextstringrequiredFull text of the bond covenant to analyze
  • issuerSectorstringIndustry sector of the bond issuer (e.g., energy, finance)
  • jurisdictionstringLegal jurisdiction governing the bond (e.g., EU, US)
  • maturityDatestringMaturity date of the bond
  • couponTypestringType of bond coupon
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
change_failure_root_cause_classifier5 params

Classifies root causes of change failures for CTO-level incident analysis. Uses GitHub PR metadata and Snyk vulnerability data to identify patterns like dependency vulnerabilities, configuration drift, or deployment process gaps. Inputs include GitHub PR URL or incident ID, and outputs structured root cause categories with confidence scores. Ideal for post-mortem analysis and change risk assessment.

  • pr_urlstringrequired
  • incident_idstring
  • snyk_org_idstring
  • time_range_daysnumber
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
code_review_depth_optimizer5 params

As a CTO, this tool analyzes your team's historical DORA metrics (deployment frequency, lead time, MTTR, change failure rate) and GitHub pull request data to recommend an optimal code review depth. Input your repository identifier and time range, and receive a structured recommendation on review rigor (light, standard, thorough) with supporting metrics and risk-adjusted rationale.

  • repositorystringrequiredGitHub repository identifier in format owner/repo
  • timeRangeDaysnumberrequiredNumber of days of historical data to analyze
  • teamSizenumberNumber of active developers in the team
  • riskTolerancestringOrganization's risk tolerance level
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
dora_metrics_deep_dive5 params

Analyzes DORA metrics (Deployment Frequency, Mean Time to Recovery, Change Failure Rate) with deep correlation to code review patterns. Designed for CTOs to identify bottlenecks in software delivery pipelines. Inputs include GitHub repository identifiers and optional time ranges. Outputs structured metrics with trend analysis and code review depth insights.

  • repostringrequiredGitHub repository in format 'owner/repo'
  • sincestringStart date for analysis (ISO 8601)
  • untilstringEnd date for analysis (ISO 8601)
  • branchstringBranch name to analyze (default: main)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
dora_operational_resilience_stress_tes6 params

Assess DORA operational resilience by simulating ICT failure scenarios for financial entities. Designed for legal/compliance teams to evaluate ICT risk management under DORA Article 25. Inputs include failure scenario parameters (e.g., ICT service type, duration, impact radius) and entity profile. Outputs structured resilience scores, regulatory gaps, and mitigation recommendations with EUR-Lex/FTC enforcement references.

  • ictServiceTypestringrequired
  • failureDurationHoursnumberrequired
  • impactRadiusstringrequired
  • entityTypestringrequired
  • existingMitigationsarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
dpdp_consent_artifact_generator6 params

Generates structured consent artifacts compliant with India's Digital Personal Data Protection Act (DPDP). Designed for legal teams to verify or create consent records with timestamped logs, purpose limitation, and data subject rights. Accepts data subject details, processing purpose, and legal basis as inputs. Returns a signed artifact with audit trail and validation status.

  • dataSubjectIdstringrequiredUnique identifier for the data subject
  • processingPurposestringrequiredSpecific purpose for data processing
  • legalBasisstringrequiredLegal basis for processing under DPDP
  • dataCategoriesarrayCategories of personal data being processed
  • retentionPeriodDaysnumberRetention period in days
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
dual_use_export_risk_mapper3 params

As a COO, quickly assess export compliance risks for components in your supply chain. This tool analyzes bills of materials (BOMs) against EU dual-use export control lists and ICAO/IMO restricted items data. Input a list of part numbers, descriptions, or HS codes to receive a risk assessment with actionable insights. Output includes risk levels, applicable regulations, and source references for audit trails.

  • bomItemsarrayrequired
  • includeSourcesboolean
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
dual_use_tech_diversion_monitor5 params

Asynchronous T5-level tool for COO persona to detect unauthorized diversion of dual-use technologies. Cross-references shipment manifests, EU sanctions lists, and ICAO/IMO transport data to identify suspicious transfers. Inputs: shipment IDs, company identifiers, or geographic routes. Outputs structured diversion risk assessment with source provenance. Requires async:true to avoid 402 timeout.

  • shipmentIdstringUnique shipment identifier (e.g., bill of lading number)
  • companyIdstringCompany registration number or tax identifier
  • routeobject
  • techCategorystringDual-use technology category
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
executive_comp_peer_benchmark6 params

As a Chief Human Resources Officer (CHRO), benchmark executive compensation packages against peer companies using public SEC filings and private compensation data from Equilar and Bloomberg. Inputs include executive name, title, company ticker, and peer group criteria. Outputs structured compensation metrics (base salary, bonus, equity, total compensation) with source attribution and confidence scores.

  • executiveNamestringrequired
  • executiveTitlestringrequired
  • companyTickerstringrequired
  • peerGroupobject
  • fiscalYearnumber
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
global_salary_inflation_adjuster5 params

Adjusts salary benchmarks for local inflation using OECD, IMF, and World Bank data. Designed for CHROs to normalize compensation across regions with accurate inflation adjustments. Inputs include country codes, base salary, and reference year. Outputs inflation-adjusted salary with data sources and warnings.

  • countryCodestringrequired
  • baseSalarynumberrequired
  • referenceYearnumberrequired
  • targetYearnumber
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
hallucination_confidence_meter4 params

Evaluates the likelihood of hallucination in LLM responses by comparing against HuggingFace model confidence scores. Designed for risk assessment personas to quantify response reliability. Accepts text snippets or model outputs, returns confidence metrics and potential hallucination warnings. Cross-references with top-performing models from the HuggingFace leaderboard.

  • textstringrequiredThe LLM-generated text to evaluate for hallucination risk
  • model_idstringOptional specific HuggingFace model ID to use for evaluation
  • thresholdnumberConfidence threshold below which hallucination warnings are triggered
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
hr_benefits_esg_aligner5 params

Asynchronous tool for Chief Human Resources Officers (CHROs) to align employee benefits packages with ESG (Environmental, Social, Governance) goals. Uses Eurostat HR data, MSCI ESG ratings, and Sustainalytics metrics to generate actionable recommendations. Inputs include company location, industry, and current benefits structure. Outputs ESG-aligned benefits adjustments with sustainability impact scores. Requires async:true to avoid timeout errors.

  • companyLocationstringrequiredISO 2-letter country code of company headquarters
  • industryCodestringrequiredNACE or ISIC industry classification code
  • currentBenefitsarrayrequired
  • esgFocusarrayPrimary ESG pillars to prioritize
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
jailbreak_attempt_detector4 params

Detects potential LLM jailbreak attempts by analyzing user input against NIST AI Risk Management Framework adversarial patterns. Designed for persona risk assessment, this tool evaluates text for common jailbreak techniques such as prompt injection, role-playing, or obfuscation. Inputs include the user message and optional context, returning a risk assessment with confidence scores and pattern matches. Ideal for real-time moderation in chat applications or API gateways.

  • messagestringrequiredUser input text to analyze for jailbreak attempts
  • contextstringOptional conversation context for better pattern matching
  • thresholdnumberConfidence threshold for flagging attempts
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
lgpd_data_subject_rights_automator5 params

Automates LGPD Data Subject Access Requests (DSARs) for legal teams, handling Brazil-specific data retention, erasure, and access workflows. Accepts user identifiers, request type (access/rectification/deletion), and optional scope filters. Returns structured response with compliance status, warnings, and source references to Brazilian LGPD and CNIL decisions.

  • userIdentifierstringrequiredCPF, email, or other unique identifier for the data subject
  • requestTypestringrequiredType of LGPD request
  • scopearrayOptional list of data categories to limit the request
  • urgencystringPriority level for processing
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
model_behavior_drift_monitor5 params

Monitors AI model output drift by comparing current model responses against MLCommons safety benchmarks. Designed for risk and compliance personas to detect behavioral deviations that may indicate safety or alignment issues. Accepts model outputs or identifiers and returns structured drift metrics with statistical significance. Sources data from MLCommons public benchmark APIs.

  • modelIdentifierstringrequiredUnique identifier for the model being monitored
  • baselineMetricsobject
  • currentOutputsarrayRecent model outputs to analyze for drift
  • thresholdnumberDrift threshold for alerting
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
model_safety_certification_checker4 params

Verifies AI model safety certifications against MLCommons and IEEE 7000 standards. Designed for risk management personas to assess model compliance with established safety benchmarks. Accepts model identifiers or certification IDs and returns structured verification results with source references.

  • model_idstringrequiredUnique identifier for the AI model
  • certification_idstringSpecific certification ID to verify
  • standardstringSafety standard to check against
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
mttr_breakdown_analyzer6 params

As a CTO, analyze your team's incident response efficiency by breaking down Mean Time To Recovery (MTTR) into root causes: code defects, infrastructure failures, or process bottlenecks. This tool ingests GitHub issue and pull request data alongside Snyk vulnerability reports to provide a detailed breakdown of MTTR components, helping you identify systemic weaknesses in your incident resolution pipeline. Input your GitHub repository details and time range to receive a structured analysis of MTTR contributors with actionable insights.

  • repostringrequiredFull GitHub repository name (owner/repo)
  • sincestringrequiredStart date for analysis (ISO 8601)
  • untilstringrequiredEnd date for analysis (ISO 8601)
  • githubTokenstringrequiredGitHub personal access token for API access
  • snykTokenstringSnyk API token for vulnerability data (optional)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
nis2_supply_chain_dependency_map5 params

Generates a visual dependency map of supply chain relationships under the NIS2 Directive, scoring criticality based on regulatory sources like EUR-Lex and CNIL decisions. Designed for legal and compliance teams to identify high-risk third-party dependencies. Inputs include organization identifiers and optional scope filters. Outputs structured dependency data with criticality scores and regulatory references.

  • organizationIdstringrequiredUnique identifier for the organization (e.g., VAT number or LEI)
  • scopestringAnalysis scope: full supply chain or critical dependencies only
  • sectorstringNIS2 sector classification (e.g., 'energy', 'transport')
  • depthnumberDependency chain depth to analyze
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
oss_dependency_velocity_tracker3 params

As a CTO, track the update velocity of your project's open-source dependencies to assess their impact on DORA metrics like deployment frequency and lead time. This tool fetches release history and version adoption data from npm registry and libraries.io, providing insights into dependency freshness, update frequency, and potential risks. Input a list of package names and optional version ranges to analyze. Outputs structured dependency velocity metrics and warnings about stale or rapidly changing packages.

  • packagesarrayrequired
  • lookbackDaysnumber
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ossf_scorecard_trend_analyzer4 params

As a CTO, analyze OSSF Scorecard trends for your top 10-50 dependencies to identify security regressions or deteriorating project health. Input GitHub repository names (owner/repo), get structured trend data including score deltas, check failures, and risk flags. Uses OSSF Scorecard API and GitHub Archive for historical context. Ideal for proactive dependency management and risk assessment.

  • repositoriesarrayrequiredList of GitHub repositories in owner/repo format
  • lookbackDaysnumberNumber of days to analyze trends for
  • minScoreThresholdnumberMinimum acceptable score to flag as risky
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
programmatic_attribution_calibrator6 params

For ad_revenue_ops persona: calibrates marketing mix models (MMM) by ingesting OpenRTB impression-level data from FreeWheel Marketplace and other programmatic sources. Accepts model parameters, date ranges, and impression IDs as input, returning structured calibration metrics and attribution adjustments. Useful for improving model accuracy with real-time bidding data and validating revenue attribution across programmatic channels.

  • modelIdstringrequiredIdentifier of the MMM model to calibrate
  • startDatestringrequiredStart date for impression data (ISO 8601)
  • endDatestringrequiredEnd date for impression data (ISO 8601)
  • impressionIdsarrayList of OpenRTB impression IDs to include in calibration
  • confidenceThresholdnumberConfidence threshold for calibration metrics
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
programmatic_brand_safety_auditor5 params

Evaluates programmatic ad inventory for brand safety risks using IAB Tech Lab's standards and GDPR-compliant tracking methods. Designed for ad revenue operations teams to assess inventory quality before bidding. Inputs include domain, page URL, and optional contextual signals. Outputs a structured brand safety score with risk categorization and compliance warnings.

  • domainstringrequiredRoot domain of the inventory (e.g., 'example.com')
  • urlstringrequiredFull page URL being evaluated
  • categoriesarrayOptional IAB content categories for contextual analysis
  • gdprConsentstringGDPR consent string (TCF v2.0)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
repo_rate_arbitrage_scanner5 params

Scans for arbitrage opportunities between repo rates (ECB) and short-term funding markets (Treasury Direct). Designed for CFOs to identify cost-effective funding strategies. Inputs include optional date ranges and currency filters. Outputs structured arbitrage opportunities with rate differentials and confidence scores.

  • startDatestring
  • endDatestring
  • currencystring
  • minDifferentialnumber
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
retail_media_attribution_bridge6 params

Provides unified attribution insights for retail media and programmatic campaigns by analyzing MMM signals from FreeWheel Marketplace and Common Crawl. Designed for ad revenue operations teams to bridge cross-channel performance gaps. Accepts campaign IDs, date ranges, and channel filters as input. Returns structured attribution data with source provenance and confidence scores.

  • campaignIdsarrayrequiredList of campaign identifiers to analyze
  • startDatestringrequiredStart date for attribution window (YYYY-MM-DD)
  • endDatestringrequiredEnd date for attribution window (YYYY-MM-DD)
  • channelsarrayChannels to include in analysis
  • confidenceThresholdnumberMinimum confidence score for included signals
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
retail_media_esg_compliance5 params

Audits retail media networks for ESG compliance by analyzing ad placements, tracking cookies, and verifying ethical advertising standards. Designed for ad_revenue_ops teams to ensure GDPR and sustainability compliance across digital retail platforms. Accepts domain lists or network identifiers as input and returns structured compliance reports with warnings and source references. Requires async:true to avoid timeout errors.

  • domainsarrayList of retail media network domains to audit
  • networkIdsarrayList of retail media network identifiers
  • checkGDPRbooleanEnable GDPR cookie tracking compliance check
  • checkESGbooleanEnable ESG advertising standards compliance check
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
sabbatical_policy_comparator5 params

Enables CHROs to benchmark their company's sabbatical policies against peer organizations using data from SHRM, Payscale, and Mercer. Inputs include company size, industry, and current policy details. Outputs structured comparison with cost impact analysis, eligibility criteria, and duration benchmarks. Ideal for strategic HR planning and policy optimization.

  • companySizenumberrequiredNumber of employees in the company
  • industrystringrequiredIndustry classification code (NAICS)
  • currentPolicyobjectrequired
  • peerGrouparrayList of peer company names for direct comparison
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
safety_guardrail_breach_analyzer5 params

Analyzes potential LLM guardrail breaches against IEEE 7000 ethical compliance standards. Designed for risk persona to evaluate safety violations in AI outputs. Accepts raw LLM responses or structured breach reports, returns compliance analysis with severity scoring and mitigation recommendations.

  • llmOutputstringrequiredRaw text output from LLM to analyze for guardrail breaches
  • contextstringContextual information about the prompt or conversation
  • severityThresholdnumberMinimum severity score to report (0-10 scale)
  • includeMitigationsbooleanWhether to include mitigation recommendations
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
safety_violation_incident_logger6 params

Logs AI safety violations for compliance reporting, targeting risk management personas. Accepts incident details such as violation type, severity, description, and timestamp. Returns structured data with compliance categorization based on NIST AI RMF guidelines. Ideal for automated incident tracking and regulatory reporting workflows.

  • violationTypestringrequired
  • severitystringrequired
  • descriptionstringrequired
  • timestampstringrequired
  • metadataobject
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
supply_chain_fx_exposure_dashboard5 params

Provides real-time foreign exchange exposure dashboard for supply chain monitoring. Designed for COO persona to track currency risk across suppliers and regions. Inputs include supplier IDs, base currency, and target currencies. Outputs structured FX exposure data with risk indicators, exchange rates, and supplier impact analysis sourced from World Bank LPI and live FX rate APIs.

  • supplierIdsarrayList of supplier identifiers to analyze
  • baseCurrencystringrequiredBase currency code (ISO 4217) for exposure calculation
  • targetCurrenciesarrayrequiredTarget currency codes (ISO 4217) to compare against base
  • riskThresholdnumberPercentage threshold for high-risk exposure flagging
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
syndicated_loan_covenant_breach_alert5 params

Monitors syndicated loan covenants for potential breaches by analyzing Tradeweb market data. Designed for CFOs to proactively identify financial compliance risks in loan agreements. Accepts loan identifiers, covenant thresholds, and reporting period as inputs. Returns structured breach alerts with market context and severity indicators.

  • loanIdstringrequiredUnique identifier for the syndicated loan
  • covenantThresholdsobjectrequired
  • reportingPeriodstringrequiredTime period for covenant compliance check
  • currencystringISO currency code for financial values
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
syndicated_loan_pricing_benchmark6 params

Provides CFOs with peer benchmarking for syndicated loan pricing by comparing current loan terms against market data from Tradeweb and FRED. Inputs include loan amount, tenor, credit rating, and currency. Outputs structured pricing benchmarks with spread, yield, and fee comparisons. Ideal for quick validation of loan competitiveness or negotiation preparation.

  • loanAmountnumberrequiredLoan amount in millions
  • tenorstringrequiredLoan tenor (e.g., '5Y', '3Y')
  • creditRatingstringrequiredBorrower credit rating (e.g., 'BBB', 'BB+')
  • currencystringrequiredCurrency code (e.g., 'USD', 'EUR')
  • regionstringRegion for benchmarking (e.g., 'US', 'EU')
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
tariff_arbitrage_finder6 params

As a COO, identify tariff reclassification opportunities to reduce import costs. Analyzes product HS codes against WTO TFA and USA Trade Online data to find lower-duty classifications. Inputs: product description, current HS code, country of origin, and annual import volume. Outputs: potential duty savings, alternative HS codes, and compliance considerations.

  • productDescriptionstringrequired
  • currentHsCodestringrequired
  • countryOfOriginstringrequired
  • annualVolumenumber
  • currentDutyRatenumber
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
tariff_impact_simulator7 params

As a COO, model how proposed tariff changes affect landed costs for imported goods. Inputs: HS code, current tariff rate, proposed tariff rate, product value, shipping cost, and country of origin. Outputs: detailed cost breakdown including new duties, taxes, and total landed cost impact. Sources include WTO TFA and US Census trade data.

  • hsCodestringrequired
  • currentTariffRatenumberrequired
  • proposedTariffRatenumberrequired
  • productValuenumberrequired
  • shippingCostnumber
  • countryOfOriginstringrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
working_capital_esg_impact_rater6 params

As a CFO, assess how ESG factors (Environmental, Social, Governance) influence working capital efficiency using IMF SDR and BIS data. Inputs include company sector, geographic exposure, and ESG risk scores. Outputs provide a quantitative impact rating on working capital metrics like days sales outstanding (DSO) and inventory turnover, alongside IMF SDR-aligned liquidity risk indicators.

  • sectorstringrequiredIndustry sector (e.g., 'manufacturing', 'energy')
  • regionstringrequiredPrimary geographic exposure (e.g., 'EU', 'APAC')
  • esgRiskScorenumberrequiredAggregate ESG risk score (0-100)
  • workingCapitalRationumberCurrent working capital ratio (current assets / current liabilities)
  • currencystringReporting currency (ISO 4217 code, e.g., 'USD', 'EUR')
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
working_capital_fx_hedge_optimizer6 params

For CFOs managing multinational working capital, this tool analyzes real-time ECB and FRED foreign exchange rates to recommend optimal hedging strategies. Input base currency, target currencies, and working capital amounts to receive forward contract suggestions, natural hedge opportunities, and cost-benefit analysis of various hedging instruments (forwards, options, swaps). Outputs include hedge ratios, estimated cost savings, and risk reduction metrics.

  • baseCurrencystringrequiredISO 4217 code of the company's functional currency (e.g., 'USD', 'EUR')
  • targetCurrenciesarrayrequiredISO 4217 codes of currencies to hedge against (e.g., ['EUR', 'GBP', 'JPY'])
  • workingCapitalAmountsobjectrequiredWorking capital amounts in each target currency (e.g., { EUR: 5000000, GBP: 3000000 })
  • timeHorizonDaysnumberPlanning horizon in days (default: 90)
  • riskAppetitestringCompany's risk tolerance for currency fluctuations
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
abm_architect8 params

Architecte ABM — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Gapup Hub — ABM 20 comptes nommés · Budget €120k · Tier 1×5 + Tier 2×15 · Playbooks 3 niveaux. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • productobjectrequired
  • targetAccountsarrayrequired
  • icpCriteriaarrayrequired
  • salesTeamobject
  • abmBudgetEurnumber
  • currentChannelsarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
account_expansion_mapper5 params

Mapping d'expansion comptes — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Notion B2B Enterprise — top 30 strategic accounts · expansion plays NRR 130%+ target · Snowflake/Shopify/Vercel/Stripe analyzed. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • accountsarrayrequired
  • ownershipobjectrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
action_plan_esg8 params

Plan d'action ESG — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: TechCorp SAS — Plan ESG 36 mois (500 FTE, €60M CA, score 54→76/100). Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • currentScoresobject
  • ambitionsobjectrequired
  • availableResourcesobjectrequired
  • targetLabelsarray
  • horizonstringrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ai_governance_pilot5 params

Pilotage de gouvernance IA — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: TalentScope SAS — scoring IA candidats RH (EU AI Act Annex III §4, high-risk). Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • aiUseCasesarrayrequired
  • targetFrameworksarrayrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
anti_demissions_hr5 params

Bouclier anti-démissions — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Buffer Inc — détection des at-risk parmi 80 FTEs (Q1 2026). Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • signalsobjectrequired
  • employeesarrayrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
attack_surface_monitor6 params

Surveillance surface d'attaque — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Answers: Which Internet-facing assets of <domain> combine a critical CVE, an exposed service, and no WAF — top findings to fix in 14 days? · What is the attack surface of <domain>: subdomains, open ports, SSL/TLS grades, and associated CVEs? · Give me a CISO-ready ASM report with blast radius estimate and SLA-driven remediation plan for <domain>. · What is the email phishing risk for <domain>? Assess SPF/DMARC posture and recommend improvements. · During M&A due diligence, what are the top cyber exposures on <domain>'s Internet-facing infrastructure? Reference case: Velora Payments — 8 assets exposés · 2 critiques (CVE-2023-44487 HTTP/2 RapidReset, Admin panel ouvert) · . Inputs are validated server-side — send the documented case fields.

  • domainstringrequired
  • scope_cidrsarray
  • exclusionsarray
  • focusstring
  • include_email_surfacebooleanrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
audit_pre_flight6 params

Pré-audit comptable — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Spendesk — Pré-audit commissaire · Readiness 74/100 · 4 findings critiques · Checklist 18 docs. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • auditobjectrequired
  • financialsobjectrequired
  • knownIssuesarrayrequired
  • systemsarrayrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
battle_cards_live5 params

Fiche de combat live — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub vs McKinsey Lilli — Deal SaaS B2B €500k · Win rate +11 pts · 6 objections clés armées. Inputs are validated server-side — send the documented case fields.

  • competitorobjectrequired
  • dealContextobjectrequired
  • ourOfferstringrequired
  • knownWeaknessesstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
battle_plan11 params

Plan de bataille marketing — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Gapup Hub — Q3 2026 · Budget €120k · Pipeline €800k · 5 chantiers prioritaires. Inputs are validated server-side — send the documented case fields.

  • companyNamestringrequired
  • arrCurrentnumberrequired
  • arrTargetnumberrequired
  • quarterstringrequired
  • teamSizenumberrequired
  • budgetEurnumberrequired
  • primaryObjectivestringrequired
  • topChannelsarrayrequired
  • icpDescriptionstringrequired
  • currentBlockersarrayrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
bp_narratif4 params

Business Plan narratif — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Stripe Series A 2012. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • raiseobjectrequired
  • keyMetricsarrayrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
brand_builder5 params

Architecte de marque — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Pennylane — brand identity SaaS fintech B2B FR/EU (2023). Inputs are validated server-side — send the documented case fields.

  • founderobjectrequired
  • brandobjectrequired
  • targetobjectrequired
  • existingAssetsobject
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
budget_variance_ai4 params

Analyse d'écart budgétaire — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Answers: Explain the key drivers of the budget vs actual variance for <company> in <period> — what are the top 10 narrative explanations? · Which cost categories drove the budget overrun for <company> in <quarter>, and what corrective actions should management take? · Revise the Q4 forecast based on observed Q3 variances for <company> — give me 3 scenarios (base, optimistic, conservative). · Prepare a board-ready budget variance memo for <company> — <period>, budget €<X>M vs actual €<Y>M, with management actions. · What are the quick wins to reduce budget overspend for <company> by end of quarter without impacting growth targets? Reference case: Doctolib Q3 2026 — budget €38.5M vs actual €41.2M (+7.0%) — cloud + headcount + deals timing. Inputs are validated server-side — send the documented case fields.

  • entityobjectrequired
  • budgetContextobjectrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
cap_table_strategist6 params

Stratège du cap table — Gapup agent-payable C-suite expertise (FUNDRAISING). Returns a structured, audited deliverable. Reference case: Aleph AI Series B — modèle dilution multi-rounds + simulations secondaires + hygiène equity · 5 scenarios. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • currentCapTableobjectrequired
  • founderObjectivesstringrequired
  • plannedRoundsarrayrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
capacity_planning7 params

Planification capacitaire — Gapup agent-payable C-suite expertise (CHRO). Returns a structured, audited deliverable. Reference case: Gapup Hub — 22→48 FTE en 12m · ARR €480k→€1.7M · Plan d'embauches par département. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • financialsobjectrequired
  • currentTeamobjectrequired
  • hiringBudgetEurnumber
  • benchmarksobject
  • constraintsarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
capital_strategy5 params

Stratégie de financement — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Alan assurance santé SaaS — séquence Seed→A→B→C (2016-2022). Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • growthPlanobjectrequired
  • financialPositionobjectrequired
  • founderConstraintsobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
carbon_roadmap8 params

Roadmap carbone — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: Cas démo — Roadmap carbone. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • perimeterobjectrequired
  • scope1Sourcesarray
  • scope2Sourcesarrayrequired
  • scope3Activitiesarray
  • reductionTargetsobject
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
champion_mapping4 params

Cartographie du champion — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Spendesk × Decathlon (deal €120k/an) — Champion identifié : CFO Group · Plan 6 semaines multi-touch. Inputs are validated server-side — send the documented case fields.

  • dealobjectrequired
  • knownContactsarrayrequired
  • sellerContextobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
churn_defender5 params

Bouclier anti-churn — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Spendesk — portefeuille 400 clients PME/ETI, détection churn Q2 2025 (€8M ARR). Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • accountsarrayrequired
  • analysisWindowDaysintegerrequired
  • csrContextstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
clinical_evidence_briefer8 params

Brief évidence clinique (GRADE) — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Answers: Review the clinical evidence for <drug/intervention> in <indication> — GRADE rating, key trials, safety signals. · Scan safety signals for <molecule> in <population> — adverse events, severity, frequency from FAERS and trial data. · Assess comparative effectiveness of <intervention> versus <comparator> for <disease> — what does the evidence show? · Is there evidence supporting drug repurposing of <molecule> for <new indication> — existing trials and GRADE quality? · What are the evidence gaps for <intervention> in <patient population> before formulary adoption? Reference case: Semaglutide 2.4mg · Chronic weight management in non-diabetic adults · GRADE high efficacy · studies found · nausea/GI signals · FDA approved · PubMed+ClinicalTrials+OpenFDA. Inputs are validated server-side — send the documented case fields.

  • topicstringrequired
  • target_diseasestring
  • interventionstring
  • intervention_typestring
  • max_studiesintegerrequired
  • evidence_focusstringrequired
  • date_range_yearsintegerrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
comp_plan_architect7 params

Architecture plan de commissionnement — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub — Comp Plan 8 rôles commerciaux · OTE €65-280k · Budget comp €2.1M · Quota coverage 3.2×. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • salesTeamobjectrequired
  • targetsobjectrequired
  • currentChallengesarrayrequired
  • preferredStructurestring
  • geographystring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
competitor_moves4 params

Mouvements concurrents — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: What have my named competitors done recently — releases, pricing changes, hires, funding? · Which competitor signals are the most urgent right now and what should I do about them? Reference case: Notion — moves de ClickUp, Asana, Coda. Inputs are validated server-side — send the documented case fields.

  • selfCompanyobjectrequired
  • competitorsarrayrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
competitor_pricing_radar4 params

Radar pricing concurrents — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: How do my competitors' pricing plans and monthly prices compare to mine? · Which competitor plan undercuts or out-features my equivalent tier? Reference case: Notion — pricing vs ClickUp, Asana, Coda. Inputs are validated server-side — send the documented case fields.

  • selfCompanyobjectrequired
  • competitorsarrayrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
competitor_profiles4 params

Profils concurrents — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: What are the strengths, weaknesses and positioning of each of my competitors? · Give me a SWOT-style profile of a named competitor. Reference case: Notion — profils de ClickUp, Asana, Coda. Inputs are validated server-side — send the documented case fields.

  • selfCompanyobjectrequired
  • competitorsarrayrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
competitor_recommendations4 params

Recommandations concurrentielles — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: Given my competitors, what strategic actions should I take and in what order? · What should my 7/30/90/180-day competitive response plan look like? Reference case: Notion — actions face à ClickUp, Asana, Coda. Inputs are validated server-side — send the documented case fields.

  • selfCompanyobjectrequired
  • competitorsarrayrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
content_engine5 params

Moteur de contenu — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Notion — content engine 2026 (productivity B2B). Inputs are validated server-side — send the documented case fields.

  • brandobjectrequired
  • clusterobjectrequired
  • monthsintegerrequired
  • maxArticlesPerMonthintegerrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
contract_risk_scanner4 params

Scanner de risques contractuels — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Salesforce MSA — revue d'un client SaaS B2B EMEA. Inputs are validated server-side — send the documented case fields.

  • contractContextobjectrequired
  • contractTextstringrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
cross_sell_reco4 params

Recommandations cross-sell — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Alan × Gapup Hub — 3 produits recommandés · Fit 'perfect' × 2 · ARR potentiel +€18k. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • accountobjectrequired
  • portfolioarrayrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
customer_marketing7 params

Marketing clients & ambassadeurs — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Gapup Hub — 12 clients analysés · 4 ambassadeurs identifiés · Programme + 6 case studies + référral. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • productobjectrequired
  • customersarrayrequired
  • goalsarrayrequired
  • contentBudgetEurnumber
  • targetUseCasesarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
customer_voice_synth5 params

Synthèse voix client — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Alan (assurance santé) — 3 personas · Top 5 douleurs · Repositionnement messagerie recommandé. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • dataSourcesarrayrequired
  • targetSegmentsarrayrequired
  • repositioningFocusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
cyber_risk_auditor5 params

Auditeur de risque cyber — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Qonto — Audit cyber risque B2B FinTech · Score 58/100 → roadmap 90j · 8 findings critiques/high · économie prime -28%. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • techStackobjectrequired
  • currentPostureobjectrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
deal_coach5 params

Coach de deal MEDDIC — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Datadog Enterprise deal Société Générale €1.2M ARR — coaching MEDDIC + escalation plays + 14 next actions. Inputs are validated server-side — send the documented case fields.

  • dealobjectrequired
  • buyingCommitteearrayrequired
  • knownContextstringrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
deal_structurer3 params

Structuration de deal — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Agicap × Kyriba — Partenariat API Banking · 5 structures comparées · Term sheet 7 clauses · Score 83/100 JV. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • dealobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
discovery_prep5 params

Préparation discovery — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Discovery Salesforce × Airbus — VP Digital Marc Legrand · Signaux achat confirmés · +28 pts conversion demo. Inputs are validated server-side — send the documented case fields.

  • prospectobjectrequired
  • contactobjectrequired
  • ourOfferstringrequired
  • meetingGoalstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
diversity_inclusion_metrics6 params

Métriques diversité & inclusion — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: Cas démo — Métriques diversité & inclusion. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • currentStateobjectrequired
  • ambitionsstringrequired
  • regulatoryContextarray
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
domain_tech_fingerprint4 params

Empreinte tech d'un domaine — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: What is the tech stack of <domain> — frontend, CMS, analytics, CRM, CDN, hosting? · What buying signals does <domain>'s technology footprint reveal for sales prospecting? · Analyze <domain> for supply-chain technology risk and third-party vendor exposure. · What is the best outreach angle for a sales rep targeting <domain> based on their detected stack? · Run a CISO-style technology fingerprint on <domain> — identify legacy tech, missing security headers, and vendor risk. · Has <domain> recently changed their marketing or analytics stack — any vendor adoption signals? Reference case: velora-payments.io · Next.js + Cloudflare + Stripe + GA4 + HubSpot · . Inputs are validated server-side — send the documented case fields.

  • target_domainstringrequired
  • focusstringrequired
  • depthstringrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
earnings_reviewer6 params

Earnings Reviewer — Gapup agent-payable C-suite expertise (FUNDRAISING). Returns a structured, audited deliverable. Reference case: Salesforce Q3 FY2026 — call transcript + 10-Q + guidance → analyst note. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • quarterobjectrequired
  • transcriptExcerptstringrequired
  • secFilingContextstring
  • analystFocusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
enps_auto7 params

eNPS automatisé — Gapup agent-payable C-suite expertise (CHRO). Returns a structured, audited deliverable. Reference case: BlaBlaCar — eNPS pulse mensuel · 700 FTE 8 pays · segments × tenure × manager · plays correctifs ciblés. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • segmentationobjectrequired
  • contextobjectrequired
  • toolStackobjectrequired
  • focusstring
  • presenterScriptarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
esrs_narrative_builder6 params

Architecte du narratif ESRS / CSRD — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: L'Oréal France — narratif ESRS E1+E5 + S1 + G1 · CSRD reporting 2025-2026 · double-matérialité chiffrée. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • scopeobjectrequired
  • contextobjectrequired
  • focusstring
  • presenterScriptarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
event_marketing8 params

Marketing événementiel — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Pennylane (€120k/an budget événements) — 7 événements sélectionnés · coût-MQL -38% vs année précédente. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • targetAudiencestringrequired
  • annualBudgetEurnumberrequired
  • objectivesarrayrequired
  • teamSizenumberrequired
  • geographyarrayrequired
  • currentEventsarrayrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
fraud_detector5 params

Détecteur de fraude — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: TechManu SAS — Industriel FR €32M CA, 148 FTE · 30j · 21 anomalies · €487k à risque. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • analysisPeriodDaysintegerrequired
  • transactionVolumesobjectrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
funding_hunter5 params

Chasseur de financements — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: PME deeptech cleantech FR €8M CA — top 30 dispositifs BPI+France2030+EU+VC. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • financialsobjectrequired
  • projectobjectrequired
  • preferencesobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
geographic_expansion8 params

Expansion géographique — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Gapup Hub — Expansion 4 marchés (DE/UK/ES/NL) · €1.8M budget · ARR cible €3.2M Y2. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • productobjectrequired
  • financialsobject
  • targetMarketsarrayrequired
  • expansionHorizonMonthsinteger
  • preferredEntryModestring
  • constraintsarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
gl_reconciler4 params

GL Reconciler — Réconciliation grand livre — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Answers: Identify the root causes of the <N> GL breaks in <company>'s ledger for <period> — cluster them and rank by materiality. · For <company> Q<X> close: which accounts have unreconciled items over €<threshold>? Provide a sign-off routing and resolution plan. · Run an automated GL reconciliation for <company> — AR/AP/intercompany entries — flag open items, suggest journal entries. · What are the top 5 systemic control weaknesses causing recurring GL breaks at <company>? Recommend preventive controls. · Generate a month-end close reconciliation report for <company> <period> — breaks by account type, aging analysis, sign-off assignments. Reference case: Acme SaaS Q4 2026 — 47 breaks GL, €1.4M variance non postée. Inputs are validated server-side — send the documented case fields.

  • entityobjectrequired
  • ledgerContextobjectrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
growth_path_architect5 params

Architecte de croissance — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Pennylane (€30M ARR) — 3 voies de croissance · Mix recommandé : Organique + Geo EU · ARR cible €120M en 36 mois. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • growthTargetobjectrequired
  • currentDriversarrayrequired
  • constraintsobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
industry_classifier_naics_sic6 params

Classificateur d'industrie NAICS/SIC/NACE — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: What is the NAICS code for a company that does <activity>? · Give me NAICS + SIC + NACE classification for this company description. · Which industry sector (GICS) does this company belong to for equity analysis? · What HS code applies to products manufactured by this company? · For EU procurement compliance, what NACE Rev. 2 code applies to this company? · Classify this business into NAICS + SIC + ISIC + GICS + NACE + HS with hierarchy and confidence. · I need to segment my ICP list by NAICS 4-digit subsector — classify these company descriptions. Reference case: Helios Cold Chain EU — Freight forwarding maritime réfrigéré · . Inputs are validated server-side — send the documented case fields.

  • company_descriptionstringrequired
  • company_urlstring
  • company_namestring
  • primary_revenue_sourcestring
  • focus_classificationsarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
infra_blueprint_designer9 params

Architecte infra cloud — Gapup agent-payable C-suite expertise (CTO). Returns a structured, audited deliverable. Answers: Design a cloud infrastructure blueprint for a <workload_type> app with <load> expected traffic and <compliance> requirements. · What is the recommended AWS vs GCP vs Azure architecture for a SaaS multi-tenant app with EU data residency and SOC2? · How should I architect my cloud infra to stay under €5k/month with GDPR compliance and a junior DevOps team? · What cloud services do I need for a <workload_type> with <load> load — compute, DB, cache, CDN, observability? · Give me an end-to-end cloud architecture with scaling plan, security baseline, and IaC tool recommendation. Reference case: Spinora fintech B2B SaaS — saas-multi-tenant · medium load (1k-100k req/d) · eu-west · . Inputs are validated server-side — send the documented case fields.

  • workload_typestringrequired
  • expected_loadstringrequired
  • region_preferencestringrequired
  • cloud_preferencearray
  • compliance_requiredarray
  • budget_monthly_eurnumber
  • team_sizeinteger
  • business_contextstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
insurance_coverage_analyzer9 params

Analyseur de couvertures d'assurance — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Gapup Hub — 3 polices · €24k prime · Score 58/100 · 3 gaps critiques · RFP template. Inputs are validated server-side — send the documented case fields.

  • companyNamestringrequired
  • arrEurnumberrequired
  • employeeCountnumberrequired
  • sectorstringrequired
  • jurisdictionstringrequired
  • currentPoliciesarrayrequired
  • riskProfileobjectrequired
  • objectivesarrayrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
internal_communication5 params

Communication interne — Gapup agent-payable C-suite expertise (CHRO). Returns a structured, audited deliverable. Reference case: Cas démo — Communication interne. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • contextobjectrequired
  • audienceSegmentsarrayrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
investor_list4 params

Liste d'investisseurs + warm intros — Gapup agent-payable C-suite expertise (FUNDRAISING). Returns a structured, audited deliverable. Reference case: Agicap Série D — 25 VCs matchés · Tier A: Balderton/Accel/Partech · Warm intro path chaque investisseur. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • roundobjectrequired
  • existingInvestorsarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
investor_shortlist5 params

Shortlist d'investisseurs ciblés — Gapup agent-payable C-suite expertise (FUNDRAISING). Returns a structured, audited deliverable. Reference case: Aleph AI — Series B €30M · 60 investisseurs EU/US matchés par stage/thèse · fit score + warm intro path + first message angle. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • roundobjectrequired
  • preferencesobjectrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ip_protection_pilot6 params

Pilote de protection IP — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Carbios SA — Deeptech FR recyclage PET enzymatique · 14 brevets EP/US/FR · 5 concurrents · licensing €2-8M potentiel. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • patentPortfolioSummarystringrequired
  • targetMarketsarrayrequired
  • competitorsarrayrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
knowledge_base_auto5 params

Base de connaissance automatique — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Klarna — knowledge base auto · Slack+Notion+Drive · 12 articles seed + structure 8 catégories. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • sourcesarrayrequired
  • topPainPointsstringrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
kyc_screener5 params

Screening KYC / AML / Sanctions — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Q4 2026 onboarding — 8 entités (UBO chain LLC + SPV offshore), sanctions/PEP/adverse media. Inputs are validated server-side — send the documented case fields.

  • onboardingPacketobjectrequired
  • entitiesarrayrequired
  • screeningScopeobjectrequired
  • riskAppetitestringrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ld_architect5 params

Architecte formation & développement — Gapup agent-payable C-suite expertise (CHRO). Returns a structured, audited deliverable. Reference case: Pennylane (180 FTE) — Catalogue 8 formations · 3 parcours individuels · ROI €480k · Payback 7 mois. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • teamobjectrequired
  • learningNeedsarrayrequired
  • budgetobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
lead_magnets4 params

Aimants à leads — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Spendesk — Guide trésorerie startup SaaS B2B FR/EU (2024). Inputs are validated server-side — send the documented case fields.

  • icpobjectrequired
  • leadMagnetobjectrequired
  • brandobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ma_deal_screener4 params

M&A Deal Screener — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Salesforce M&A targets — 12 cibles screened · fit score + valuation + integration risk. Inputs are validated server-side — send the documented case fields.

  • acquirerobjectrequired
  • criteriaobjectrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
margin_doctor4 params

Marge par deal — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub — 8 deals pipeline · €28k ARR sous-marge détecté · Récupération €4.2k/an · Playbook 4 scénarios. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • productobjectrequired
  • dealsarrayrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
margin_doctor_finance6 params

Médecin des Marges — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Alan — ARR €60M · marge brute 68% → 79% · €3,2M fuites identifiées · Rule of 40 : 14→38. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • incomeStatementobjectrequired
  • costBreakdownarrayrequired
  • unitEconomicsobjectrequired
  • marginTargetsobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
market_entry_strategist5 params

Stratégie d'entrée marché — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: OpenAI Inde 2026 — entrée marché 1.4Md utilisateurs · 5 forces Porter + 4 entry modes + 18-month roadmap + risk register. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • targetMarketobjectrequired
  • preferencesobjectrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
market_sizing6 params

Dimensionnement marché TAM/SAM/SOM — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Gapup Hub — TAM/SAM/SOM IA décisionnelle C-suite Europe · TAM €48Md · SOM €280M Year-3. Inputs are validated server-side — send the documented case fields.

  • productobjectrequired
  • targetobjectrequired
  • approacharray
  • competitorCompsarray
  • horizonstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
marketing_roi_dashboard9 params

Dashboard ROI marketing — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Gapup Hub — H1 2026 · 5 canaux · ROI 3.2× · Attribution W-shaped · Budget €60k. Inputs are validated server-side — send the documented case fields.

  • companyNamestringrequired
  • periodLabelstringrequired
  • totalMarketingBudgetEurnumberrequired
  • totalRevenueAttribEurnumberrequired
  • channelDataarrayrequired
  • currentAttributionModelstringrequired
  • targetAttributionModelstringrequired
  • arpuEurnumberrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
meddic_scoring6 params

Scoring MEDDIC du pipeline — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub — Pipeline 8 deals · €2.1M · MEDDIC score moyen 62/100 · 3 deals at-risk. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • productobjectrequired
  • dealsarrayrequired
  • targetWinRatenumber
  • salesCycleobject
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
onboarding_salaries4 params

Onboarding opérationnel des salariés — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Pennylane (FR fintech SaaS, ~250 FTE) — 5 parcours 30/60/90 jours · Engineering / Sales / CS / Design / People Ops. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • rolesarrayrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
operational_dashboards6 params

Dashboards opérationnels — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Qonto (5 départements · 12 KPIs) — 4 dashboards live en 3 semaines · time-to-décision -55%. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • departmentsarrayrequired
  • kpiRequestsarrayrequired
  • techStackarrayrequired
  • primaryDashboardToolstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
outbound_sequencer5 params

Séquences outbound — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub → CFO + CRO B2B SaaS France — Séquence 6 touches multi-canal · Taux réponse +180%. Inputs are validated server-side — send the documented case fields.

  • offerobjectrequired
  • icpobjectrequired
  • targetAccountsarray
  • excludedAnglesstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
paid_ads_optimizer6 params

Optimiseur de publicités payantes — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Spendesk (Google + LinkedIn · €45k/mo) — €9k/mo gaspillés identifiés · ROAS LinkedIn ×2.4. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • campaignsarrayrequired
  • totalMonthlyBudgetEurnumberrequired
  • targetMetricstringrequired
  • audienceDescriptionstringrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
pentest_scope_estimator9 params

Estimateur de scope pentest — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Answers: For a <scope_type> pentest on <tech_stack> with <N> assets, what is the effort and cost estimate? · How much should I budget for a web application + API penetration test for SOC 2 Type II compliance? · What is the standard engagement plan (PTES phases + deliverables) for a <scope_type> pentest? · Which engagement type (black-box/grey-box/white-box/red-team) is recommended for my context? · What are the prerequisites and risks for a pentest engagement on my cloud infrastructure? Reference case: Acme SaaS Inc — Fintech B2B EU · web-app + API REST · 12 microservices Node.js AWS · . Inputs are validated server-side — send the documented case fields.

  • scope_typestringrequired
  • tech_stackarrayrequired
  • asset_countinteger
  • compliance_frameworksarray
  • target_geosarray
  • engagement_typestring
  • retest_includedboolean
  • business_contextstringrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
positioning_strategist8 params

Stratège de positionnement — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Gapup Hub vs Tableau/Pigment/Looker — Angle de différenciation + 5 piliers messaging + battle plan. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • productobjectrequired
  • marketobjectrequired
  • competitorsarrayrequired
  • customerPainsarrayrequired
  • currentWeaknessesarray
  • aspirationsstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
press_influencer6 params

Presse & influenceurs — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Agicap (levée Série C €70M) — CP + 12 contacts presse Tier-1 · plan de diffusion 14 jours. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • announcementobjectrequired
  • targetAudiencestringrequired
  • targetMediaarrayrequired
  • budgetnumber
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
pricing_in_deal5 params

Pricing en Deal — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Agicap × Groupe Rocher — Deal €38k · stade négociation · contre-offre -30% · 3 scénarios pricing · ROI 12×. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • dealobjectrequired
  • negotiationContextobjectrequired
  • redLinesobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
pricing_strategist6 params

Stratège de pricing — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Vercel Pricing 2026 — 4 tiers + usage metering · 3 scenarios pricing chiffrés · ARPU +28% target. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • currentPricingobjectrequired
  • competitorsarrayrequired
  • valuePropositionstringrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
privacy_compliance_audit6 params

Audit conformité vie privée — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Lemlist SAS — SaaS outreach B2B, transferts UE→US Schrems II, RGPD + CCPA + LGPD + UK GDPR. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • processingActivitiesarrayrequired
  • targetFrameworksarrayrequired
  • focusstring
  • presenterScriptarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
process_mapping5 params

Mapping des process opérationnels — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Decathlon France — process Retour produit en magasin · 1700 magasins · 200 retours/j/magasin · -30 à -50% temps cible. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • processesarrayrequired
  • focusstring
  • presenterScriptarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
process_mining7 params

Mining des process — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Gapup Hub — 4 process · €320k gaspillage identifié · 3 quick wins · 5 automations. Inputs are validated server-side — send the documented case fields.

  • companyNamestringrequired
  • employeeCountnumberrequired
  • topProcessesarrayrequired
  • revenueLostEstimateEurnumber
  • objectivesarrayrequired
  • mainSystemsarrayrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
procurement_spend_optim5 params

Optimisation des achats / Spend strategy — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Tech SaaS €60M ARR — 200 fournisseurs analysés · 20 leviers chiffrés · -€2.4M opex/an target. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • spendCategoriesarrayrequired
  • topSuppliersarrayrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
proposal_generator5 params

Générateur de propositions commerciales — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Spendesk × Gapup Hub — Proposition 7 sections · ROI 3Y €1.8M · Payback 4 mois. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • prospectobjectrequired
  • offerobjectrequired
  • dealContextobject
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
qa_pre_flight4 params

Préparation Q&A investisseurs — Gapup agent-payable C-suite expertise (FUNDRAISING). Returns a structured, audited deliverable. Reference case: Agicap Série C €70M — 30 Q&A stratégiques · 8 questions pièges · Plan de préparation 21 jours. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • roundobjectrequired
  • founderContextobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
qbr_auto8 params

QBR automatique CSM — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub × Alan — QBR Q1 2026 · Health score 82/100 · Upsell €18k détecté · Renewal low risk. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • customerobjectrequired
  • periodobjectrequired
  • metricsobjectrequired
  • winsarrayrequired
  • challengesarrayrequired
  • nextQuarterGoalsarrayrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
re_deal_screener9 params

Screener deal immobilier (EU) — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Answers: Screen this real estate deal: <address>, <deal_type>, asking €<price> — give me cap rate vs market, location score, risk flags, and deal recommendation. · Should I pursue this hotel investment at <address> for €<price> with <N> keys? Run an EU deal screener with DVF comparables and Géorisques risk data. · What is the real estate market valuation for a <deal_type> at <address> based on recent French DVF transactions? · Run a due diligence deal screen on this property: <address>, €<price>, <sqm> sqm — flood risk, cap rate, price vs comparables. · Evaluate this commercial real estate deal for an investment committee: <deal_type> at <address>, €<price>, NOI €<noi>. Reference case: Hôtel boutique 45 keys · 12 rue de la Paix 75002 Paris · €12.5M · €277k/key · comp DVF €250-380k/key · location 92/100 · score 72 · pursue-with-conditions. Inputs are validated server-s

  • deal_typestringrequired
  • addressstringrequired
  • country_iso2stringrequired
  • asking_price_eurnumberrequired
  • units_or_keysinteger
  • gross_area_sqmnumber
  • current_noi_eurnumber
  • investment_thesisstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
recruiting_architect6 params

Architecte du recrutement — Gapup agent-payable C-suite expertise (CHRO). Returns a structured, audited deliverable. Reference case: Stripe France — 12 postes Q3 2026 · sourcing multi-canaux + employer brand + frameworks d'entretien + parcours candidat · time-to-hire -45%. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • rolesarrayrequired
  • budgetobjectrequired
  • preferencesobjectrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
renewal_optimizer6 params

Optimiseur de renouvellements — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub — Renewals 10 comptes · €89k ARR à 90j · 3 comptes at-risk · Playbook 6 scénarios. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • productobjectrequired
  • accountsarrayrequired
  • targetRenewalRatePctnumber
  • horizonstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
reputation_engine6 params

Moteur de réputation — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: PayShield SaaS — Monitoring réputation Q2 2026. Inputs are validated server-side — send the documented case fields.

  • brandstringrequired
  • keywordsarrayrequired
  • channelsarrayrequired
  • industrystringrequired
  • historicalCrisesarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
research_paper_qa7 params

Synthèse littérature scientifique (PaperQA2) — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Answers: Conduct a literature review on <topic> — what does the evidence show across recent papers? · Evaluate the current hypothesis that <claim> — supporting and contradicting evidence with citations. · Map contradictions in the literature on <topic> — which camps exist, how many papers per side? · What is the state-of-the-art understanding of <phenomenon> as of <year>? · Perform an interdisciplinary synthesis on <topic> — findings from <domain A> and <domain B>. Reference case: Gut-brain axis · Cognitive performance in healthy adults · OpenAlex+SemanticScholar+CORE · Evidence synthesis · DOI-verified citations · Contradictions + gaps mapped. Inputs are validated server-side — send the documented case fields.

  • research_questionstringrequired
  • focus_domainstringrequired
  • year_rangeobject
  • max_papersintegerrequired
  • evidence_grade_requiredstringrequired
  • include_preprintsbooleanrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
revops_architect8 params

Architecte RevOps — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Qonto — ARR €200M · 200 reps · forecast ±35% · fuite €4,2M/an identifiée · plan RevOps 12 semaines. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • revenueTeamobjectrequired
  • currentStackarrayrequired
  • currentPainPointsarrayrequired
  • keyMetricsobjectrequired
  • objectivesarrayrequired
  • horizonMonthsnumberrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
rfp_tender_architect9 params

Architecte d'appels d'offres — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: AO DINUM — Plateforme IA souveraine. Inputs are validated server-side — send the documented case fields.

  • clientCompanystringrequired
  • rfpTypestringrequired
  • rfpScopestringrequired
  • ourPositioningstringrequired
  • competitorsLikelyarrayrequired
  • budgetRangestringrequired
  • deadlineISOstringrequired
  • compliancePointsarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
rse_policy_builder8 params

Architecte de politique RSE — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: TechCorp SAS — Politique RSE 2025-2028 (500 FTE, €60M CA, SaaS B2B France). Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • valuesarrayrequired
  • ambitionsstringrequired
  • currentInitiativesarray
  • targetStakeholdersarrayrequired
  • targetLabelsarray
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
sales_enablement_architect6 params

Architecte Sales Enablement — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Spendesk — 45 reps · attainment 67% · ramp 5 mois → 3 mois · programme 8 modules · +€2,1M ARR. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • salesTeamobjectrequired
  • currentEnablementobjectrequired
  • gapsarrayrequired
  • objectivesarrayrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
sales_pipeline_forecast5 params

Prévision de pipeline commercial — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Doctolib Enterprise — pipeline Q2 2026 · 50 deals enterprise/mid-market · forecast confidence par deal + commit/best-case/worst-case. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • pipelineobjectrequired
  • historicalConversionByStagearray
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
sanctions_screener_multi10 params

Screening Sanctions Multi-listes — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Answers: For <entity>, run full OFAC + EU + UK HMT + UN + SECO + Canada SEMA + PEP + adverse media screening with composite risk score and evidence trail. · Is <company/individual> on any major international sanctions list? · What is the composite AML risk score for <entity> across all major watchlists? · Screen this M&A target / supplier / LP against all major sanctions lists and give me a compliance recommendation. · Is <entity> a PEP or associated with a PEP? What Enhanced Due Diligence is required? Reference case: Veridian Trading Co. LLC (Cyprus) — 7 listes · PEP check · adverse media 2 ans · composite 52/100 · escalate-to-compliance → EDD requis. Inputs are validated server-side — send the documented case fields.

  • entity_typestringrequired
  • entity_namestringrequired
  • aliasesarray
  • date_of_birthstring
  • country_of_registrationstring
  • addressstring
  • jurisdiction_focusstringrequired
  • adverse_media_lookback_daysintegerrequired
  • context_notestring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
save_plays4 params

Plans de sauvetage clients — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Kyriba — Plan sauvetage 30j · ARR €11.988 · Champion parti · Script 6 actions · 3 concessions. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • accountobjectrequired
  • productobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
sec_filing_decoder6 params

Décodeur de filing SEC — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Answers: Read the 10-K of <ticker> and give me the material red flags, KPI movements, and a board-ready executive summary. · What has materially changed in <ticker>'s risk profile in its latest annual filing? Flag any going-concern or auditor-change signals. · Is there any M&A signal or strategic review hint in <ticker>'s most recent SEC filings? What's the evidence? · Prepare a due-diligence SEC filing brief for <ticker>: financial snapshot, red flags, governance changes, and recommended next actions. · What is the sentiment of <ticker>'s latest 10-K compared to its most recent 10-Q — bullish, neutral, or bearish? Reference case: SHOP · 10-K FY2024 · 4 red flags (1 critical: merchant concentration) · Revenue +24.7% YoY · . Inputs are validated server-side — send the documented case fields.

  • tickerstring
  • cikstring
  • filing_typesarrayrequired
  • lookback_monthsintegerrequired
  • focusstringrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
sentiment_news_pulse7 params

Pulse Média & Sentiment — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: What is the current PR / brand sentiment for <company> over the last 7 days? Show top headlines, trend signals, and recommended actions. · Is there a crisis building for <brand>? Detect early-warning signals in press coverage and flag emerging negative narratives. · Track launch media coverage for <product> — what is the press sentiment and which topics dominate the conversation? · Compare media sentiment between <company> and its competitors over the past week. · What should our communications director prioritize in the next 48h based on current press coverage of <brand>? Reference case: Velora Payments — Pulse média 7j · sentiment neutre (score +5) · crise émergente détectée · . Inputs are validated server-side — send the documented case fields.

  • entity_namestringrequired
  • entity_typestringrequired
  • date_range_daysintegerrequired
  • language_filterstringrequired
  • include_competitorsarray
  • sentiment_lensstringrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
strategic_options_analyzer5 params

Analyseur d'options stratégiques — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Aircall — 5 options stratégiques post-Série D (2023-2024). Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • strategicContextobjectrequired
  • optionHypothesesarrayrequired
  • founderConstraintsobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
supplier_esg_audit6 params

Audit ESG des fournisseurs — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: TechCorp — Audit ESG fournisseurs 2025 (5 fournisseurs, €1.37M spend). Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • suppliersarrayrequired
  • auditCriteriaobjectrequired
  • targetScoreinteger
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
sustainability_report8 params

Rapport de durabilité — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: GreenLoop Solutions — rapport durabilité B-Corp 2025 (95 FTE, €18M CA). Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • existingLabelsarray
  • targetLabelsarray
  • pillarsobjectrequired
  • stakeholdersarrayrequired
  • audienceProfilestringrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
sustainability_reporting_pilot6 params

Pilote de reporting durabilité — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: AlphaTech Industries SAS — premier rapport CSRD wave 2 (exercice 2025). Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • targetFrameworksarrayrequired
  • dataInputsobjectrequired
  • materialityarrayrequired
  • focusstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
tax_optimization7 params

Optimisation fiscale — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Pennylane — Fiscalité optimisée · CIR €1.2M · IP Box France 10% · Économie totale €2.4M/an. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • financialsobjectrequired
  • jurisdictionsarrayrequired
  • activitiesarrayrequired
  • currentTaxOptimizationsarray
  • ipAssetsarray
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
term_sheet_negotiation4 params

Négociation term sheet — Gapup agent-payable C-suite expertise (FUNDRAISING). Returns a structured, audited deliverable. Reference case: Agicap Série C €50M — 8 clauses analysées · 3 rouges · Score fondateur 62/100 → plan pour 81. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • roundobjectrequired
  • termSheetClausesarrayrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
treasury_optimizer5 params

Optimiseur de trésorerie — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Alan — Trésorerie €380M post-Série F · Allocation optimale 4 instruments · Yield +145bp · +€5.5M/an. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • cashPositionobjectrequired
  • constraintsobjectrequired
  • horizonstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
upsell_hunter6 params

Chasseur d'upsell — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub — Upsell 8 comptes · €127k potentiel · Top 3 : Alan+Qonto+Pennylane · Playbook 5 étapes. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • productobjectrequired
  • accountsarrayrequired
  • targetUpsellEurnumber
  • horizonstring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
vendor_management4 params

Gestion des fournisseurs — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Qonto (12 fournisseurs · €2.4M/an) — €290k économies identifiées · 4 renegociations prioritaires. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • vendorsarrayrequired
  • objectivesobjectrequired
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
vendor_risk_assessor5 params

Évaluateur de risque fournisseurs — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Gapup Hub — 15 fournisseurs · €1.8M spend · 3 critiques · Heatmap + plan de remédiation. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • vendorsarrayrequired
  • riskFrameworkarray
  • assessmentPurposestring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
win_loss_decoder7 params

Analyse Win/Loss deals — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub — Win/Loss 32 deals Q1 2026 · Win rate 41% → 68% potentiel · Playbook 8 actions CRO. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • productobjectrequired
  • dealsarrayrequired
  • primaryChallengestring
  • topCompetitorsarray
  • salesCycleTargetDaysnumber
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
working_capital7 params

Optimiseur du BFR — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Agicap — BFR optimisation · DSO 52→38j · Cash libéré +€2.8M · 3 quick wins immédiats. Inputs are validated server-side — send the documented case fields.

  • companyobjectrequired
  • financialsobjectrequired
  • challengesarrayrequired
  • topCustomersarray
  • topSuppliersarray
  • industrystring
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
fx_rate4 params

Get the current or historical foreign-exchange rate for any currency pair — the exact exchange rate, FX rate or conversion rate an agent needs to convert a currency amount or feed a finance, trading, invoicing or pricing workflow. Covers EUR/USD, USD/JPY, GBP/EUR and every ISO-4217 currency pair. Returns the latest spot rate, or a historical rate by date. Use when a workflow needs a precise live or past currency exchange rate, or to convert money between two currencies. Source: European Central Bank reference rates via Frankfurter. Inputs: from/to ISO-4217 currency codes, optional date (YYYY-MM-DD).

  • fromstringrequiredBase currency, ISO-4217 (e.g. EUR)
  • tostringrequiredQuote currency, ISO-4217 (e.g. USD)
  • datestringOptional YYYY-MM-DD for a historical rate
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
realtime_data_streams5 params

High-frequency real-time market data for trading agents, market-making bots and fintech analysts. Returns FX ticks (bid/ask/spread), intraday OHLCV candles, crypto orderbook snapshots (depth 5-50), recent trades with VWAP, and sovereign bond yields. All sources are keyless public REST APIs (Binance, Coinbase, Kraken, OKX, open FX feeds, worldgovernmentbonds.com). Ultra-short cache: 10s for ticks/trades, 60s for orderbook. Use when an agent needs live market data as precise numeric inputs for trading logic, arbitrage detection, or portfolio valuation.

  • modestringrequiredData stream type: fx_tick (latest FX bid/ask/mid/spread), fx_history_intraday (OHLCV candles), crypto_orderbook (order book snapshot), crypto_trades_recent (last 50 trades + VWAP), bond_yields (sovereign yield %)
  • symbolstringrequiredMarket symbol. FX: EURUSD, GBPUSD, USDJPY. Crypto: BTCUSDT, ETHUSDT, BTC-USD. Bonds: US10Y, US2Y, DE10Y, FR10Y, UK10Y, JP10Y, IT10Y
  • periodstringCandle period for fx_history_intraday mode (default: 5m)
  • depthnumberOrderbook depth (levels each side) for crypto_orderbook mode (default: 20)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
interest_rate2 params

Return a precise reference interest rate — the exact figure an agent injects into a treasury, lending, valuation or trading model. Available rates: fed_funds, sofr, us_10y, us_2y, us_3m, ecb_main, euribor_3m. Source: FRED (Federal Reserve Bank of St. Louis). When to use: an agent's computation needs a current benchmark rate as a precise input.

  • ratestringrequiredReference rate name
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
economic_indicator3 params

Return a precise macroeconomic indicator for a country — the exact figure for a market-sizing, finance or strategy workflow. Indicators: gdp_usd, gdp_per_capita, gdp_growth, inflation, unemployment, population. Source: World Bank. When to use: an agent's analysis needs an authoritative country-level economic figure. Inputs: country (ISO-2 or ISO-3 code) and indicator name.

  • countrystringrequiredCountry code, ISO-2 or ISO-3 (e.g. FR, USA)
  • indicatorstringrequiredMacroeconomic indicator name
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
corporate_registry_lookup4 params

Resolve legal information about a company from its national corporate registry. Returns a normalised, sourced company profile: legal status, registration number, directors, shareholders, recent filings, registered address, share capital, and a quality score (0–100). Coverage: France (INPI, keyless — full SIREN/SIRET with directors), 3M+ entities worldwide via GLEIF LEI (keyless, large companies), UK (Companies House, optional key), Netherlands (KvK, optional key), and OpenCorporates (token required since 2026). Sources are tried in cascade; quality_score increases with each source that succeeds. When to use: due-diligence, KYC screening, supplier verification, M&A research, or any workflow needing verified company identity and legal status. Optional env vars: COMPANIES_HOUSE_API_KEY (UK), KVK_API_KEY (NL), OPENCORPORATES_API_TOKEN (OpenCorporates token).

  • company_namestringrequiredCompany name or trading name to look up (e.g. 'Sanofi', 'Tesco PLC', 'Notion Labs Inc')
  • countrystringISO 3166-1 alpha-2 country code (e.g. 'FR', 'GB', 'NL', 'DE', 'SG', 'AU', 'US'). If omitted, inferred from legal suffix in company name, then falls back to global search.
  • identifierstringOptional registry identifier for a fast direct lookup: SIREN (FR, 9 digits), Companies House number (GB, 8 chars), KvK number (NL, 8 digits), etc.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
court_filings_multi5 params

Aggregate court filings, judgments and litigation records for a company or individual across five major legal jurisdictions: US (CourtListener / PACER), UK (National Archives — EWHC/EWCA/UKSC/UKUT), EU (ECHR HUDOC — European Court of Human Rights), France (Légifrance / Cour de cassation) and Germany (BGH / BVerfG). Returns structured case records with type classification (civil/criminal/antitrust/bankruptcy/administrative/unknown), status (filed/pending/decided/appealed/unknown), parties extracted from case titles, opinion URLs and verbatim snippets. Cross-case pattern recognition produces severity-ranked signals (P0–P2) for criminal, antitrust, bankruptcy, regulatory, data-breach and IP categories. Use when: due diligence on a counterparty, vendor risk assessment, competitive intelligence (litigation history), regulatory exposure mapping. All sources are public and keyless. Optional env var COURTLISTENER_API_KEY raises US rate limits beyond the default 5 req/s anonymous tier. SLA: ≤25

  • party_namestringrequiredName of the company or individual to search (e.g. "Apple Inc", "TotalEnergies", "Volkswagen AG")
  • jurisdictionarrayJurisdictions to search. Defaults to all ["US","UK","EU","FR","DE"].
  • date_fromstringISO date YYYY-MM-DD — earliest filing or decision date to include
  • date_tostringISO date YYYY-MM-DD — latest filing or decision date to include
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
gov_procurement_multi6 params

Aggregate public procurement tenders (calls for tender / appels d'offres) from multiple government sources simultaneously: TED Europa v3 (27 EU countries, keyless API), BOAMP France (opendatasoft, keyless), UK Contracts Finder (OCDS standard, keyless), SAM.gov United States (requires SAM_GOV_API_KEY env var), and bund.de Germany (HTML scraping, partial). Returns structured tender records with buyer authority, EU CPV sector code, estimated contract value converted to EUR via live FX rates, submission deadlines, and direct notice URLs. Use when: a B2G agent needs to find government contract opportunities matching keywords across multiple jurisdictions; building a pipeline of public tenders for bid/no-bid qualification; monitoring a domain by CPV code; market sizing public sector spend. Key inputs: query (keywords), countries (ISO-2 array), cpv_codes (EU standard codes, e.g. 72000000=IT services, 45000000=construction, 79000000=business services), min_value_eur (filter), published_after (

  • querystringrequiredKeywords to search for tenders (e.g. "cybersecurity audit", "construction", "consulting AI")
  • countriesarrayCountries to search. Defaults to ["EU","US","FR","UK","DE"]. Use "EU" for all 27 EU member states via TED Europa.
  • cpv_codesarrayEU Common Procurement Vocabulary codes (e.g. ['72000000'] for IT services, ['45000000'] for construction). Optional.
  • min_value_eurnumberMinimum contract value in EUR. Tenders below this are excluded. Optional.
  • published_afterstringISO date YYYY-MM-DD. Only return tenders published after this date. Defaults to 30 days ago.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
web_search_multilang5 params

Multi-language, multi-source web search that goes beyond Anglo-centric results. Supports 15 languages (fr/de/es/it/pt/nl/ja/zh/ko/ar/ru/sv/pl/tr/en) with automatic detection. Aggregates results from Mojeek (independent search engine, multilang) and Wikipedia (native multilang API), with DDG and HN as English-language complements. Returns deduplicated results ranked by cross-engine consensus. Use when you need non-English search results, when DDG fails, or for geographically-biased queries. Phase 2 #7 of the geo/lang expansion plan. Note: Brave/Bing/Searx are blocked from DO IPs — configure AICI_RESEARCH_PROXY_URL for residential proxy.

  • querystringrequiredSearch query in any language
  • langstring2-letter language code. If omitted, auto-detected from query characters and lexical markers.
  • countrystringISO-3166-1 alpha-2 country code for geographic bias (e.g. FR, DE, JP, BR). Optional.
  • max_resultsintegerMaximum number of results to return (default 10).
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
cve_security_lookup6 params

Look up CVE vulnerability data for enterprise security teams, DevSecOps and SOC analysts. Supports two modes: exact CVE ID lookup (e.g. 'CVE-2024-3094') or keyword search by product/vendor (e.g. 'openssl', 'Apache Tomcat'). Cross-references four authoritative keyless sources: NVD NIST (official CVE database, CVSS v3 scores, affected CPEs), CISA KEV (Known Exploited Vulnerabilities catalog — exploit_in_wild flag), EPSS FIRST (exploit probability 0-1), GitHub Security Advisories (ecosystem-specific: npm/pypi/maven). Returns structured vulnerability records with CVSS v3 scores, affected product version ranges, CWE weakness classification, references and exploitation status. Signals engine produces P0/P1/P2 alerts: P0=CVSS>=9 + active exploitation, P1=CVSS>=7 or EPSS>=70%, P2=CWE pattern clusters. Relevant for EU NIS2 and DORA supply chain risk obligations. Optional env: NVD_API_KEY (raises NVD rate-limit 5→50 req/30s), GITHUB_TOKEN (raises GHSA GraphQL rate-limit). Cache TTL 6h. SLA <=25s

  • querystringrequiredCVE ID (e.g. "CVE-2024-3094") or product/vendor keyword (e.g. "openssl", "Apache Tomcat"). Mode is auto-detected from the CVE-YYYY-XXXXX pattern.
  • modestringOverride auto-detection: "lookup" for exact CVE ID, "search" for product/vendor keyword.
  • severity_minstringMinimum CVSS v3 severity to include in results (default: no filter).
  • published_afterstringISO date YYYY-MM-DD — only include CVEs published after this date. Defaults to 365 days ago for search mode.
  • max_resultsnumberMaximum number of vulnerabilities to return (default 20, max 50).
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
dependency_vulnerability_scan5 params

SCA (Software Composition Analysis) — scans a project dependency manifest and returns known vulnerabilities for each dependency. Supports: package.json (npm), requirements.txt (Python), go.mod (Go), Cargo.toml (Rust), composer.json (PHP), Gemfile.lock (Ruby), CycloneDX SBOM JSON. PRIMARY source: OSV.dev (keyless, free, covers npm/PyPI/Go/crates.io/Packagist/RubyGems + GHSA advisories federated). CVSS enrichment: NVD NIST (when OSV lacks score). Exploitation flag: CISA KEV (known-exploited-vulnerabilities catalog). Returns per-vuln CVE/GHSA IDs, severity, CVSS score, fixed version, and actionable upgrade recommendations. Relevant for EU NIS2 supply chain risk obligations, DORA, SOC 2 vendor assessments. Cache TTL 6h. Parallel OSV queries (concurrency=10). SLA <=30s p95.

  • modestringrequiredManifest type: "package_json"=npm, "requirements_txt"=pip, "go_mod"=Go modules, "cargo_toml"=Rust, "composer_json"=PHP, "gem_lock"=Ruby, "sbom_cyclonedx"=CycloneDX SBOM JSON.
  • manifest_contentstringrequiredRaw text content of the manifest file to scan (e.g. full contents of package.json, requirements.txt, etc.).
  • severity_minstringMinimum severity to include in results (default: "medium").
  • include_transitivebooleanInclude transitive/indirect dependencies in results (default: true).
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
patent_landscape7 params

Search, analyze and map patent landscapes across major jurisdictions (US, EP, WO, CN, JP, KR). Three modes: (1) search — find patents by keywords, company name or inventor name; (2) landscape — aggregate distributions: top assignees, top inventors, CPC class breakdown, filings by year, citation leaders, white-space innovation opportunities; (3) lookup — retrieve a specific patent by number (e.g. US10000000B2, EP3456789A1, WO2023/123456). Primary source: WIPO PatentScope (WO PCT, keyless). Optional sources: USPTO PatentsView (US, env PATENTSVIEW_API_KEY), EPO OPS (EP/WO, env EPO_OPS_CONSUMER_KEY + EPO_OPS_CONSUMER_SECRET), Lens.org (global, env LENS_API_TOKEN). Use cases: freedom-to-operate (FTO) analysis, R&D gap identification, VC due diligence IP audit, competitor patent portfolio mapping, inventor network analysis. SLA: <=24s p95 (parallel fetches, 8s per source). Cache: 24h TTL (patent data stable). Quality score: 30 pts per retrieved source (max 90), +10 if >=10 patents, +10 bonus

  • querystringrequiredKeywords, company/inventor name, or patent number (e.g. "machine learning", "Tesla Inc", "US10000000B2")
  • modestringsearch: keyword/inventor/assignee search; landscape: aggregate distributions; lookup: fetch by patent number. Default: "search"
  • jurisdictionsarrayJurisdictions to include. Default: ["US","EP","WO"]
  • date_fromstringISO date YYYY-MM-DD — earliest filing date
  • date_tostringISO date YYYY-MM-DD — latest filing date
  • max_resultsnumberMax patents to return (5-50). Default: 20
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
weather_climate_intel6 params

Physical climate intelligence for insurance underwriting, agritech, logistics, energy trading and ESG/climate risk disclosure. Three modes: (1) forecast — 14-day daily weather forecast with temperature, precipitation, wind and humidity; (2) historical — daily records and monthly aggregates for any date range since 1940, with anomaly detection (P90/P95 heat events, extreme precipitation days); (3) climate_risk — long-term physical risk scoring combining CMIP6 ensemble projections (2020-2050), altitude, FEMA flood zones (US) and historical baselines. Risk dimensions: flood, heat (days >35°C/year), drought (SPI), wildfire, sea-level. Overall score 0-100 (100 = severe). Location: city string or lat/lon coordinates. Sources: Open-Meteo (keyless, global, 1940→2050), Open-Elevation, FEMA NFHL (US), NOAA CDO (optional NOAA_API_KEY env var for US+global station data). SLA: ≤25s p95. Cache: 1h forecast / 24h historical / 7d climate_risk.

  • locationobjectrequiredGeographic location. Provide either {city, country?} or {lat, lon}.
  • modestringrequired'forecast' (14 days), 'historical' (date range since 1940), 'climate_risk' (long-term physical risk score)
  • date_fromstringISO date YYYY-MM-DD — start of date range (required for historical/climate_risk)
  • date_tostringISO date YYYY-MM-DD — end of date range (required for historical/climate_risk)
  • metricsarrayWeather metrics to include. Default: all metrics.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
real_estate_intel9 params

Real estate intelligence aggregator with a best-in-class French dataset (DVF — Demandes de Valeurs Foncières — 100% of FR transactions since 2019, public, keyless) plus UK Land Registry Price Paid (all UK transactions 1995+). Four modes: (1) property — full transaction history for a specific address; (2) comparables — median/std price/m² within a radius (default 500m); (3) market — annual price series, YoY change, volume, trend by commune; (4) valuation — two-method estimate (comparables median + hedonic regression if n≥30) with confidence scoring (high/medium/low). All sources are free and require no API key. ICP: PropTech agents, REITs, fund managers, family offices, insurance. SLA: ≤25s p95 (sources fetched in parallel, 8s budget each). Cache: 24h TTL (DVF data is stable). Quality score: 30 pts DVF retrieved, 20 pts geocoding, 20 pts UK LR retrieved, 15 pts if comparables count ≥10, 15 pts if method quality achieved. Status: failed/<60/≥60 → failed/partial/final. No env vars require

  • modestringrequiredproperty: transactions at an address | comparables: sample around a point | market: commune/neighbourhood market stats | valuation: price estimate for a given surface
  • locationobjectrequiredLocation descriptor. One of: {address, city?, country?} | {lat, lon, radius_m?} | {insee_code} for FR communes.
  • property_typestringFilter by property type (default: all)
  • date_fromstringISO date YYYY-MM-DD — earliest transaction date
  • date_tostringISO date YYYY-MM-DD — latest transaction date
  • surface_minnumberMinimum surface in m² (±20% tolerance applied for comparables)
  • surface_maxnumberMaximum surface in m² (±20% tolerance applied for comparables)
  • max_resultsnumberMaximum number of results to return (5–50, default 20)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
clinical_pharma_intel7 params

Clinical and pharmaceutical intelligence for biotech analysts, healthcare fund managers, pharma BD teams, catalyst-driven hedge funds and health journalists. Aggregates live data across five modes: • trials — active/completed clinical trials (ClinicalTrials.gov v2 + EU CTR in parallel, 450k+ records) • pipeline — full pipeline by sponsor: trial count by phase + top indications • approvals — FDA drug label approvals + mechanism of action (OpenFDA) • recalls — FDA enforcement recalls classified by severity (Class I/II/III) • adverse_events — FAERS aggregated reactions: top 10 reactions + serious% Signal detection (P0/P1/P2): P0 if Class I recall OR trial terminated for safety reason P1 if serious adverse events >30% OR ≥3 recalls in 12 months P2 otherwise (standard monitoring) All sources are public and keyless. Optional env OPENFDA_API_KEY raises daily quota from 1,000 to 120,000 requests. SLA: ≤16s p95 (parallel fetch, 8s budget per source). Cache: 6h trials, 24h approvals, 12

  • querystringrequiredDrug name, indication, sponsor or molecule (e.g. "atezolizumab", "metastatic NSCLC", "Roche", "semaglutide")
  • modestringAnalysis mode. Default "trials". trials=clinical trials, pipeline=sponsor overview, approvals=FDA approvals, recalls=enforcement, adverse_events=FAERS
  • phasestringFilter trials by phase (1/2/3/4/NA). Only applies to modes trials and pipeline.
  • status_filterstringFilter trials by status. Only applies to modes trials and pipeline.
  • countrystringISO 2-letter country code to filter trial sites (e.g. US, FR, DE).
  • max_resultsnumberMaximum number of results to return. Default 20.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
usdc_x402_payments_intel6 params

Real-time analytics on x402 protocol USDC micropayments for MCP endpoints on Base network. Unique competitive advantage: aggregates internal production telemetry (our own traffic data) with on-chain USDC Transfer events and Bazaar marketplace listings — data no external competitor can access. Four modes: (1) facilitator_stats — Coinbase x402 facilitator settlement statistics (volume, count, top payees/payers). Uses Coinbase CDP API if COINBASE_X402_API_KEY is set; falls back to Base mainnet RPC scan of USDC transfers to known facilitator addresses. (2) endpoint_intel — Per-MCP-endpoint analytics: tx count, USDC volume, unique callers, success rate, catalog size. For gapup-mcp.io endpoints: reads internal JSONL telemetry (richest data source, unique). (3) agent_caller_profile — Anonymous profile of a calling agent wallet: tx count, USDC spent, top endpoints, inferred persona (depth-seeker / bulk-scanner / generalist / researcher / explorer). Wallet anonymised via SHA-256. (4) price_rada

  • modestringrequiredAnalytics mode: facilitator_stats=network-wide settlements | endpoint_intel=per-URL analytics | agent_caller_profile=per-wallet analytics | price_radar=price distribution by category
  • endpoint_urlstringMCP endpoint URL for endpoint_intel mode (e.g. https://mcp.gapup.io/mcp)
  • wallet_addressstringEVM wallet address for agent_caller_profile mode (0x...)
  • categorystringTool category for price_radar mode. Defaults to all.
  • period_daysnumberLookback window in days (5-90, default 30)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
sci_literature_search8 params

Recherche bibliographique multi-sources sur la litterature scientifique. Sources : OpenAlex (200M+ works) · Semantic Scholar · arXiv · PubMed · CrossRef. Modes : search | meta_analysis | citation_network | expert_finder. Keyless / free tier. Cache LRU 12h.

  • querystringrequiredKeywords, titre, auteur, DOI (ex: 10.xxxx/xxxx accepte)
  • modestringMode de recherche. Defaut: search
  • domainstringDomaine scientifique. Defaut: all
  • date_fromstringDate ISO debut (YYYY-MM-DD)
  • date_tostringDate ISO fin (YYYY-MM-DD)
  • min_citationsnumberNombre minimal de citations
  • max_resultsnumber5-50. Defaut: 20
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
patent_landscape_async7 params

Async extended variant of patent_landscape. Supports max_results up to 200 (vs 50 in sync mode) and an optional include_citation_graph flag that enriches each patent with its 2-level citation graph (parent patents that cite this one + child patents cited by this one). Returns immediately (<300ms) with a job_id. Poll the result with patent_landscape_result(job_id) after eta_seconds (~180s). Use for deep R&D white-space analysis, freedom-to-operate (FTO) audits, VC due diligence IP mapping, or large-scale competitor portfolio analysis. Async tool — register a webhook via `webhooks_manage(register, url, [job.completed])` to receive callbacks instead of polling. Faster + lighter.

  • querystringrequiredKeywords, company/inventor name, or patent number (e.g. "machine learning", "Tesla Inc")
  • modestringsearch / landscape / lookup. Default: "search"
  • jurisdictionsarrayJurisdictions to include. Default: ["US","EP","WO"]
  • date_fromstringISO date YYYY-MM-DD — earliest filing date
  • date_tostringISO date YYYY-MM-DD — latest filing date
  • max_resultsnumberMax patents to return (5-200). Default: 20
  • include_citation_graphbooleanIf true, enriches each patent with a 2-level citation graph (parents + children). Adds significant processing time — use for deep analysis only. Default: false.
patent_landscape_result1 param

Poll the result of a patent_landscape_async job. Returns status=pending while running, status=completed with the full patent landscape report once done, status=failed on error, or status=not_found if the job_id is unknown or expired (TTL 24h). Call this after the eta_seconds hint returned by patent_landscape_async (~180s).

  • job_idstringrequiredThe job_id returned by patent_landscape_async (prefix: patl_)
china_market_data5 params

Chinese capital market intelligence for the ZH diaspora (50M+) and institutional investors. Covers A-Shares (SSE/SZSE), H-Shares (HKEX), and ADRs across four modes: • company — full company profile: name ZH/EN, USCC (18-digit social credit code), exchange, industry (CSRC classification), chairperson, registered capital, SOE flag • market_quote — real-time quote: price (CNY or HKD), change%, volume, market cap, P/E ratio, dividend yield, last update timestamp • sector_overview — sector snapshot: top 5 companies by market cap, avg P/E, 30-day sector index change. Supported sectors: semiconductor, ev, battery, technology, finance, energy, realestate, consumer, pharma, telecom • regulatory_filing — recent regulatory disclosures (HKEX filings: annual, quarterly, announcements, mergers, IPOs) with title, date, document URL Input formats accepted: • 6-digit A-Share ticker (e.g. '600519' for Moutai SSE) • HKEX ticker (e.g. '0700.HK' or '700' for Tencent) • Company name in EN or ZH (e.g

  • modestringrequiredAnalysis mode. company=full profile, market_quote=price data, sector_overview=top 5 by sector, regulatory_filing=recent filings.
  • querystringrequiredTicker (6-digit A-share, 4-digit HK, Yahoo format), company name (ZH or EN), or sector keyword.
  • exchangestringExchange filter. Default: all. Affects sector_overview ticker selection.
  • period_daysnumberLookback period in days for regulatory filings. Default: 30.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
india_market_data4 params

Indian capital market intelligence for the IN diaspora (30M+) and investors. Covers NSE, BSE, and MCA corporate registry across four modes: • company — full company profile: name, CIN, exchange, NSE/BSE tickers, industry, incorporation date, paid-up capital, registered office, status, directors • market_quote — real-time quote: price (INR), change%, volume, market cap, P/E ratio. Sources: Yahoo Finance (primary), BSE API, NSE API (proxy-gated) • sector_overview — Nifty/Sensex sector snapshot: top 5 companies by market cap. Supported sectors: it, banking, pharma, energy, auto, fmcg, realestate, metals, telecom, consumer • mca_filing — Ministry of Corporate Affairs filings. Requires CIN for direct lookup. Input formats accepted: • NSE ticker (e.g. 'RELIANCE', 'TCS.NS') • BSE 6-digit code (e.g. '500325' for Reliance) • CIN 21-char (e.g. 'L17110MH1973PLC019786') • Company name EN (e.g. 'Reliance Industries', 'Tata Consultancy') • Sector keyword (e.g. 'IT services', 'banking', '

  • modestringrequiredAnalysis mode.
  • querystringrequiredNSE/BSE ticker, CIN (21 chars), company name (EN), or sector keyword.
  • exchangestringExchange filter. Default: all.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
email_domain_health_check4 params

Comprehensive email domain health check: MX routing, SPF authentication, DKIM signing, DMARC policy enforcement, DNSBL blacklist status (Spamhaus/SpamCop/Barracuda), TLS certificate validity, and WHOIS registration age. Aggregates a reputation score 0-100 and generates P0/P1/P2 deliverability signals. Accepts a domain (stripe.com) or email address (info@stripe.com). Detects role-based addresses (info@, support@, admin@, noreply@) that have higher bounce rates. Detects email provider (Google Workspace, Microsoft 365, Amazon SES, etc.). P0 signals: blacklisted / no MX / TLS expired / no SPF + DMARC none. P1 signals: SPF soft-fail / no DKIM selector / DMARC no reporting. P2 signals: role-based address / TLS expires <30d / domain age <90 days. All checks are keyless (no API keys required). Cache TTL 1h. SLA <=10s p95.

  • domainstringrequiredDomain to check (e.g. "stripe.com" or "@stripe.com"). If an email address is provided here, the domain is extracted automatically.
  • emailstringFull email address for additional checks: format validity, role-based detection (e.g. "ceo@stripe.com").
  • checksarraySubset of checks to run. Defaults to all 8: ["mx","spf","dkim","dmarc","blacklist","whois","tls","reputation"]. Use a subset for faster responses (e.g. ["mx","spf","dmarc","reputation"] for quick scoring).
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
sharia_compliance_screener4 params

Sharia compliance screening engine for Islamic banks, Sukuk issuers, Gulf sovereign funds, halal investment managers and MENA family offices. Zero competing MCP on this vertical. Standards supported: AAOIFI (default) | MSCI_Islamic | S&P_Sharia | DJIM Four modes: • company — Full Sharia screen of a listed company: business activity (halal/haram/mixed) + AAOIFI financial ratios (debt/market-cap <30%, interest-assets <30%, non-compliant revenue <5%) • instrument — Sukuk / halal fund classification by ISIN or name. Maps to known Sharia boards. • sector_screen — Industry classification (halal/haram/mixed) with rationale + examples. Static AAOIFI-based map covering 40+ sectors. • financial_ratios — AAOIFI ratio computation on fetched or provided financials. Prohibited activities screened: alcohol, gambling, pork, weapons, pornography, tobacco, conventional banking (riba), conventional insurance, adult entertainment, embryonic stem cells. Output includes compliance_status (halal/haram/do

  • modestringrequiredScreening mode. company=full listed company screen, instrument=Sukuk/fund classification, sector_screen=industry halal/haram classification, financial_ratios=AAOIFI ratio check.
  • querystringrequiredEntity to screen. Company name, ticker or ISIN (e.g. "Aramco", "AAPL", "tobacco", "XS1234567890").
  • standardstringSharia standard to apply. Default "AAOIFI" (most conservative, widely accepted by Islamic banks).
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
geo_logistics_intel7 params

Geospatial logistics intelligence for supply chain, maritime and transport agents. Four modes: (1) geocode_batch — resolve up to 50 addresses to lat/lon with confidence scores (OSM Nominatim + Open-Meteo fallback, 1 req/s rate-limit respected); (2) routing — road/cycling/walking route with distance_km, duration_seconds and ETA ISO timestamp between two addresses or lat/lon points (OSRM public, keyless, global); (3) port_congestion — congestion status for any UN/LOCODE port (e.g. NLRTM, SGSIN, CNSHA) with waiting vessel count, severity (low/medium/high/extreme) and average wait hours; (4) ship_tracking — AIS position, speed, course, destination and ETA for a vessel by its 9-digit MMSI. No API key required for geocode/routing/port. Optional env: AIS_STREAM_API_KEY for live ship data (otherwise MarineTraffic scrape best-effort). SLA: <=25s p95. Cache: 24h geocoding / 1h routing / 30min port / 5min ship. Quality score 0-100. Status: final/partial/failed.

  • modestringrequired'geocode_batch': address -> lat/lon. 'routing': route + ETA. 'port_congestion': UN/LOCODE port state. 'ship_tracking': vessel by MMSI
  • querystringrequiredPrimary input: address for geocode/routing, UN/LOCODE (e.g. NLRTM) for port_congestion, 9-digit MMSI for ship_tracking
  • addressesarraygeocode_batch only: up to 50 addresses (overrides query if provided)
  • fromstringrouting only: origin address or 'lat,lon'
  • tostringrouting only: destination address or 'lat,lon'
  • mode_transportstringrouting only: transport mode. Default: driving
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
tax_compliance_multi5 params

Multi-jurisdiction tax compliance data for international SaaS, cross-border marketplaces and expat services. Five modes: (1) vat_lookup — validate EU VAT numbers live via VIES SOAP (27 EU countries) or UK VRN via HMRC; (2) sales_tax — US state sales tax rates, nexus thresholds (post-Wayfair 2018), digital goods taxability for all 50 states + DC; (3) gst — APAC GST/SST/consumption-tax rates for IN, SG, AU, NZ, MY, JP, KR, TH, ID, PH, VN with reduced rates and registration thresholds; (4) oss_ioss_eligibility — EU One-Stop-Shop and Import-OSS eligibility analysis (EUR 10k OSS threshold, EUR 150 IOSS per-consignment); (5) transfer_pricing_benchmark — OECD/JTPF operating-margin benchmarks by industry and country (20+ sectors, country-specific adjustments). Returns P0/P1/P2 compliance signals: P0=invalid VAT used for zero-rating, P1=taxable digital goods detected/audit risk, P2=filing deadlines/nexus alerts. Keyless — no API key required. Optional env: HMRC_VAT_API_KEY for UK VAT live valid

  • modestringrequiredTax mode to invoke.
  • querystringrequiredMode-specific query: vat_lookup -> VAT number with country prefix (e.g. 'FR40303265045'); sales_tax -> US state code or name (e.g. 'CA', 'California'); gst -> ISO country code (e.g. 'SG', 'IN', 'AU'); oss_ioss_eligibility -> annual EU B2C revenue in EUR or keyword (e.g. '5000', 'below'); transfer_pricing_benchmark -> industry name (e.g. 'manufacturing', 'saas', 'r&d').
  • countrystringISO 3166-1 alpha-2 country code. Required for gst when query is ambiguous. Used in transfer_pricing_benchmark for country-specific OECD adjustments.
  • transaction_typestringTransaction type for signal generation. 'digital' triggers GST/sales-tax digital goods warnings.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
talent_intelligence6 params

HR tech intelligence for CHROs, recruiters, VC teams, comp & benefits leads and workforce planners. Four modes powered by ESCO, O*NET, BLS OES and crowd-sourced salary data: • salary_benchmark — cash-only salary medians (p25/median/p75) for 54+ roles across US/EU/Asia. Covers tech, finance, compliance, healthcare, marketing, ops and C-suite. Data from BLS OES, Levels.fyi and StackOverflow Developer Survey 2024. • skills_taxonomy — maps a skill to its ESCO URI, O*NET codes, skill type (hard/soft/knowledge/cert), 8 related skills with similarity scores and typical roles. • job_market_trends — YoY growth %, open positions estimate, top employers and leading skills per job category × country. Static 2024 data with BLS baseline fallback. • adjacent_roles — up to 6 roles adjacent to a source role with ESCO taxonomy adjacency: similarity score, salary delta % and skills overlap %. All salary data is cash-only (excludes equity/RSU/bonus). Cache TTL: 24h (stable labour market data). Optional

  • modestringrequiredAnalysis mode: salary_benchmark=compensation data, skills_taxonomy=ESCO/O*NET mapping, job_market_trends=market growth and demand, adjacent_roles=career path recommendations.
  • rolestringJob title (required for salary_benchmark, job_market_trends, adjacent_roles). Examples: "Senior Software Engineer", "Compliance Officer", "Data Scientist", "CFO".
  • countrystringISO 2-letter country code. Default: US. Examples: US, FR, DE, GB, SG.
  • senioritystringSeniority level. Default: senior. Affects salary benchmark ranges.
  • skillstringSkill to classify (required for skills_taxonomy mode). Examples: "Python", "transformer architecture", "GDPR", "Kubernetes", "leadership".
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
agoa_eba_intelligence5 params

Intelligence préférentielle AGOA (US→Africa) et EBA/GSP (EU→Africa). Vérifie l'éligibilité d'un pays africain aux programmes tarifaires préférentiels, l'éligibilité d'un produit par code HS, identifie les meilleures opportunités d'export Afrique→US/EU, et fournit les règles de conformité (rules of origin, valeur ajoutée, docs). Différenciateur Africa diaspora : 39 pays AGOA + 47 LDCs EBA encodés. Sources : AGOA.info · EU EBA · EU GSP+ · WTO Tariff · UN Comtrade.

  • modestringrequiredMode d'analyse : 'country_eligibility' (statut AGOA/EBA/GSP d'un pays africain) | 'product_eligibility' (éligibilité d'un produit par code HS) | 'trade_opportunity' (top opportunités export Afrique→US/EU) | 'compliance_check' (rules of origin, seuils valeur ajoutée, documentation)
  • country_isostringCode ISO 2-lettres du pays africain (requis pour country_eligibility). Exemples : KE=Kenya, NG=Nigeria, ZA=Afrique du Sud, ET=Éthiopie, LS=Lesotho, GH=Ghana.
  • hs_codestringCode HS (Harmonized System) 6+ chiffres (requis pour product_eligibility). Exemple : '620342' = pantalons coton homme, '090111' = café arabica non torréfié, '060310' = fleurs fraîches.
  • destinationstringMarché de destination pour trade_opportunity : 'US', 'EU', ou 'both' (défaut). Ignoré pour les autres modes.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
esg_audit_multi5 params

Multi-mode ESG intelligence for ESG analysts, sustainability officers and impact investing fund managers. Aggregates live data from CDP, SBTi, Wikipedia, Yahoo Finance and web search across five modes: • company_score — ESG score 0-100 with E/S/G breakdown + heuristic rating (AAA-CCC), from CDP grade + SBTi + sector profile • controversy_check — controversies detected via web search, classified P0/P1/P2 by type (greenwashing, emissions fraud, labour, governance) • emissions — GHG Scope 1/2/3 estimates, SBTi validation flag, net-zero target year, carbon intensity per M€ revenue • esrs_readiness — CSRD gap across 12 standards (E1-E5, S1-S4, G1-G3): readiness % + gap list + CSRD deadline + effort man-days • sfdr_classification — suggested SFDR Article 6/8/9 with rationale and sustainability indicators met Signals: P0=critical (controversy/score<40), P1=significant (score<55/SBTi missing/ESRS<50%), P2=watch. Cache 24h.

  • modestringrequiredAnalysis mode.
  • querystringrequiredCompany name, ticker, ISIN or LEI (e.g. "Microsoft", "Sanofi", "Volkswagen").
  • frameworkstringESG framework filter (optional, default: all).
  • pillarstringESG pillar filter (optional, default: all).
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
financial_model_3statement5 params

Pure-compute 3-statement financial model builder (Income Statement + Balance Sheet + Cash Flow). Feed assumptions (revenue growth, COGS%, OpEx, CapEx, working capital, tax rate, depreciation, debt schedule) → receive a full 3-5 year projection with integrated DCF valuation. Supports IFRS / US_GAAP / PRC_GAAP (中国会计准则) norms with bilingual ZH+EN labels for PRC. Modes: build (full 3-statement model) | scenario_analysis (base/bull/bear ±20% growth) | sensitivity (1 KPI × 1 input, 5-point grid). No external data needed — all computed from assumptions. ICP: VC due diligence, M&A analysts, CFO SMB, startup founders pitching investors, biotech/SaaS modeling. Returns balance_check_ok per year, DCF enterprise/equity value, and coherence warnings.

  • modestringrequiredbuild = full 3-statement model | scenario_analysis = base/bull/bear | sensitivity = 1 KPI × 1 input
  • assumptionsobjectrequiredFinancial assumptions for the model
  • sensitivity_kpistringKPI to observe in sensitivity mode.
  • sensitivity_inputstringAssumption param to vary in sensitivity mode. E.g. 'growth_rates_pct[0]' or 'cogs_pct_of_revenue'.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
crypto_wallet_intel6 params

Multi-chain on-chain analytics for crypto trading agents, on-chain analysts, AML/compliance teams and DeFi BD. Covers Ethereum, Base, Polygon, BSC, Arbitrum, Optimism — EVM-compatible addresses only. 5 modes: • wallet_profile — full wallet summary: type (EOA/contract/CEX/protocol), inferred persona (whale/MEV-bot/DeFi-user/hodler…), age, tx count, native balance, ERC-20 count, NFT collections, OFAC sanctions flag • token_flows — ERC-20 inflows/outflows per token on the selected period, priced in USD via CoinGecko • pnl_estimate — FIFO realized + unrealized P&L on the period with confidence rating (high/medium/low) • counterparties — top 20 counterparties ranked by USD volume with CEX/DEX/protocol labels • defi_positions — active DeFi positions detected via Etherscan interaction history (Aave/Compound/Uniswap/Curve/Lido/Balancer/SushiSwap) Signal detection (P0/P1/P2): P0 if OFAC SDN match OR direct Tornado Cash / sanctioned-protocol interaction P1 if >$1M volume on wallet <30 days

  • modestringrequiredAnalysis mode. wallet_profile=full wallet summary + persona + sanctions flag. token_flows=ERC-20 inflows/outflows per token priced in USD. pnl_estimate=FIFO realized+unrealized P&L with confidence. counterparties=top 20 counterparties by volume. defi_positions=active positions on Aave/Compound/Uniswap/Curve/Lido/etc.
  • addressstringrequiredEVM-compatible wallet address (0x... 40 hex chars). Works on all supported chains.
  • chainstringChain to analyze. Default "ethereum". Use "all" to scan all 6 chains (slower, ~30s).
  • period_daysnumberLookback window in days for token_flows, pnl_estimate, counterparties, defi_positions. Default 30.
  • min_value_usdnumberMinimum USD value filter for token_flows and counterparties. Default $100.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
monte_carlo_portfolio10 params

Pure-compute Monte Carlo portfolio simulation using Geometric Brownian Motion (GBM). Models a multi-asset portfolio across time with contributions, withdrawals, and annual rebalancing. Returns full probability distribution of terminal wealth, percentile paths, drawdown stats, and Sharpe ratio. Modes: simulate (full Monte Carlo) | glide_path (lifecycle 110-age target-date allocation) | stress_test (4 historical crises: 2008 GFC / 2000 dotcom / 1970s stagflation / 2020 COVID). No external data needed — all computed from asset assumptions. Ticker defaults built-in: SPY/VOO/VTI 7%/15%, QQQ 9%/20%, TLT/BND 3%/6%, GLD 5%/18%, BTC 30%/70%. ICP: asset managers, family offices, retail wealth advisors, robo-advisor agents, retirement planners. 10k simulations × 30 years runs in <3s on V8 JIT.

  • modestringrequiredsimulate = full Monte Carlo GBM | glide_path = lifecycle target-date allocation | stress_test = 4 historical crisis scenarios
  • assetsarrayrequiredPortfolio assets. Weights must sum to 1.0 (auto-normalized if not).
  • initial_investment_eurnumberrequiredInitial capital in EUR (e.g. 100000 for €100k).
  • horizon_yearsnumberrequiredInvestment horizon in years (1-50).
  • simulationsnumberNumber of Monte Carlo simulations (1000-100000). Default 10000.
  • withdrawals_annual_eurnumberAnnual withdrawal amount in EUR for decumulation phase (e.g. 50000 for €50k/yr).
  • contributions_annual_eurnumberAnnual contribution in EUR (e.g. 12000 for €1000/month).
  • target_value_eurnumberTarget terminal portfolio value in EUR. Used to compute probability_target_achieved.
  • confidence_intervalsarrayPercentiles to compute in the output distribution. Default [5, 25, 50, 75, 95].
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
earnings_transcript_signals5 params

Earnings call transcript signal extractor for equity research analysts, catalyst-driven hedge funds, and BD teams. Parses earnings transcripts (fetched or provided) to surface: • signals (P0/P1/P2): guidance raise/cut, miss/beat vs consensus, buyback, dividend change, new product, executive change, capex shift, M&A intent, regulatory risk, competitive threat, supply chain, hiring • kpis_mentioned: Revenue, EBITDA, EPS, FCF, Gross Margin, Operating Margin with YoY/QoQ % • guidance: raised / maintained / cut / new_initiated items extracted • q_and_a_topics: top Q&A themes detected (AI strategy, China exposure, M&A pipeline, macro, etc.) • overall_tone: bullish / neutral / bearish Sources fetched automatically: SEC EDGAR 8-K filings, Yahoo Finance earnings news, Motley Fool transcripts. If no transcript can be retrieved from any source, returns status:'failed' with an explicit warning and empty signals — never fabricated data. Accepts transcript_text override for direct analysis. Suppor

  • company_or_tickerstringrequiredCompany name or ticker symbol (e.g. 'Tesla', 'TSLA', 'SAP', 'SAP.DE', 'Sanofi', 'SNY'). European tickers (SAP.DE, BMW.DE) are mapped to their ADR equivalents for EDGAR lookup.
  • quarterstringFiscal quarter in format Q1-2026. Defaults to the most recent past quarter.
  • transcript_textstringIf provided, skips all external fetches and analyses this text directly. Minimum 100 characters.
  • langstringLanguage hint for the transcript. Affects mock transcript language when fetch fails.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
arbitration_awards_lookup6 params

Commercial arbitration intelligence for litigation lawyers, M&A due diligence teams, sovereign wealth funds and trade finance compliance. Covers 8 major institutions: ICC, AAA, LCIA, HKIAC, SIAC, CIETAC, DIAC, ICDR. Three modes: • party_lookup — find awards by party name (searches 20 landmark public awards + JusMundi best-effort) • institution_index — browse awards and caseload stats per institution with date range filter • clause_check — audit an arbitration clause for missing elements (institution, seat, language, arbitrator count, governing law, binding nature) Note: Most arbitration awards are confidential. This tool surfaces public awards (Yukos, Crystallex, Achmea, etc.) plus redacted statistics from institutional annual reports. Private awards are not accessible. Cache: 24h (arbitration data is very stable). No API key required.

  • modestringrequiredparty_lookup: search by party name or keyword. institution_index: browse awards by institution + stats. clause_check: audit an arbitration clause for issues.
  • querystringrequiredFor party_lookup: party name or keyword (e.g. "Yukos", "Russia"). For institution_index: institution name or keyword. For clause_check: full text of the arbitration clause to audit.
  • institutionstringFilter by institution. Default 'all'.
  • date_fromstringISO date filter from (YYYY-MM-DD). Applied to award_date.
  • date_tostringISO date filter to (YYYY-MM-DD). Applied to award_date.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
ugc_moderation_classifier5 params

Multi-language UGC content moderation for marketplaces, social platforms and comment systems. Detects policy violations in text content across 9 policies and 12 languages without external API calls. Policies checked: • hate — hate speech, slurs, dehumanization (50+ terms × 12 languages) • sexual — explicit sexual content, pornography references, nudity solicitation • violence — threats, weapon references, graphic violence • self_harm — suicidal ideation, self-injury, eating disorder promotion • harassment — doxxing, stalking, cyberbullying, blackmail • scam — phishing, investment fraud, romance scam, lottery fraud • spam — bots, keyword stuffing, excessive caps, emoji storms, suspicious URLs • copyright — piracy, leaked content, serial keys, streaming fraud • minor_safety — grooming signals, CSAM references, minor + adult content combos Languages: en / fr / de / es / it / pt / nl / zh / ja / ko / ar / ru (auto-detected) Output includes severity (low/medium/high/severe), confidence (

  • contentstringrequiredText content to moderate (comment, review, post, chat message).
  • content_typestringType of content. Affects recommended_action heuristic. Default: comment.
  • langstringLanguage override. If omitted, language is auto-detected.
  • policiesarrayPolicies to check. Default: all 9 policies.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
china_ecommerce_intel5 params

Chinese e-commerce intelligence for the ZH diaspora (50M+), import-export teams, brand IP enforcement, MENA/Africa entrepreneurs sourcing from China, and brand monitoring. Covers Taobao, Tmall, JD.com, Pinduoduo, 1688.com (B2B) and AliExpress (cross-border). Five modes: • product_search — search products by keyword across CN platforms. Returns title ZH/EN, price CNY + USD estimate, sales 30d, rating, seller info, product URL. • seller_profile — full seller/supplier dossier: factory vs reseller detection, certifications (ISO, BSCI, CE), rating, years in business, main categories. • price_history — 12-month price trend for a product (live current price + seasonal model for CN shopping festivals: 11.11, 6.18, CNY). • brand_monitoring — detect counterfeits and grey market listings: price anomaly detection (>50% below MSRP = suspicious), counterfeit keyword scan, risk score 0-100. • market_intel — category overview: top 5 sellers by market share, avg/median price, volume estimate, price ra

  • modestringrequiredAnalysis mode. product_search=find products, seller_profile=supplier dossier, price_history=price trend, brand_monitoring=counterfeit detection, market_intel=category overview.
  • querystringrequiredKeyword, product name, product_id, seller_id (platform:id), brand name, or category. Accepts Chinese characters (ZH) or English.
  • platformstringTarget platform. Default: all. Note: taobao/tmall/jd/pinduoduo require CN proxy.
  • regionstringMarket region. CN-domestic=full platform coverage, cross-border=AliExpress+1688 focus. Default: CN-domestic.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
climate_scenario_rcp6 params

Projections climatiques long terme par scénario IPCC (RCP AR5 + SSP AR6) pour toute localisation. Scénarios : RCP_4_5, RCP_8_5 (AR5), SSP1_2_6, SSP2_4_5, SSP3_7_0, SSP5_8_5 (AR6), ou 'all' (compare tous). Horizons : 2030–2100. Métriques : température (delta vs baseline 1990-2010, jours >35°C, nuits chaudes), précipitations (delta%, événements extrêmes, sécheresses), hausse du niveau de la mer (cm vs 2000), événements extrêmes (ouragans, inondations P100, sécheresses), indice incendie. Sorties : comparaison multi-scénarios, probabilité IPCC, signaux d'impact business par secteur. Sources : Open-Meteo CMIP6 (keyless), IPCC AR6 Atlas lookup, NOAA SLR projections. Usages : TCFD/CSRD physical risk, due diligence actifs long terme, assurance catastrophe, planification infrastructure. Cache 7j. SLA ≤20s.

  • locationobjectrequiredLocalisation : {city, country?} ou {lat, lon}
  • scenariostringrequiredScénario IPCC. 'all' génère une comparaison multi-scénarios.
  • horizon_yearnumberrequiredAnnée horizon de la projection (2030–2100)
  • metricsarrayMétriques à inclure. Défaut : toutes.
  • compare_baselinebooleanComparer vs baseline 1990-2010 (défaut true)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
job_postings_intelligence7 params

Agrégation d'offres d'emploi publiques pour inférer les tendances de recrutement. Trois modes : (1) company_hiring — analyse des postings d'une société : volume, fonctions (engineering/sales/marketing/ops/finance/hr), seniorité, géographie, croissance vs période précédente, signaux stratégiques inférés ; (2) role_market — volume marché global pour un rôle (open positions estimate, top employeurs, compétences demandées, médiane seniorité) ; (3) competitor_hiring_comparison — comparaison multi-sociétés (total postings, growth%, focus areas). Sources : Adzuna (ADZUNA_APP_ID/KEY env), RemoteOK (keyless), Himalayas (keyless), baseline statique 40 top employeurs. Usages : due diligence VC, intelligence compétitive, benchmarks RH, signaux pivots stratégiques. Cache 6h. SLA ≤15s.

  • modestringrequiredMode d'analyse : 'company_hiring' | 'role_market' | 'competitor_hiring_comparison'
  • companystringNom de la société (pour company_hiring ou comme 1er concurrent)
  • rolestringIntitulé de poste à analyser (pour role_market, ex. 'data scientist', 'compliance officer')
  • locationstringPays ou ville (ex. 'France', 'United States', 'London')
  • competitorsarrayListe de sociétés à comparer (pour competitor_hiring_comparison, min 2)
  • period_daysnumberFenêtre d'analyse en jours (défaut 30)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
workflow_orchestrator5 params

Meta-tool that CHAINS multiple MCP tools sequentially into a named workflow — delivering a composite output in a single call. 10 predefined workflows: compliance_full_audit (6 steps: KYC+sanctions+AI_gov+privacy+ESRS+CSRD), deal_due_diligence (7 steps: deep_dive+registry+court+patents+KYC+financials+M&A), market_entry_brief (6 steps: country_study+regulations+procurement+tax+AGOA+market_brief), competitor_intelligence_pack (5 steps: deep_dive+intel+patents+earnings+pitch_deck), esg_360 (5 steps: ESG_audit+carbon+CSRD+ESRS+supplier_esg), ip_freedom_to_operate (4 steps: patent_search+async_deep+IP_audit+competitive), climate_property_assessment (3 steps: climate_risk+real_estate+geo), pharma_target_screen (4 steps: trials+adverse_events+patents+meta_analysis), sanctions_360 (5 steps: KYC+Russian_sec+registry+crypto_wallet+court_filings), talent_market_brief (4 steps: salary+trends+adjacent_roles+skills_taxonomy). Returns steps_executed, consolidated P0/P1/P2 signals, overall_status, esti

  • workflowstringrequiredNamed workflow to execute. Each workflow chains 3-7 tools sequentially.
  • targetrequiredThe entity to analyze. A company name for most workflows; location for climate_property_assessment; role+country for talent_market_brief.
  • paramsobjectOptional overrides passed to sub-tools. Keys depend on workflow (e.g., country, sector, role, drug, technology, wallet_address, acquirer).
  • skip_failed_stepsbooleanDefault true: continue on step failure. Set false to abort on first error.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
historical_price_series6 params

Fetch historical OHLCV price series for any ticker: stocks (AAPL, SAP.DE, 7203.T), ETFs, indices, commodities (GC=F for gold) or cryptocurrencies (BTC-USD). Returns a full date-indexed series of open/high/low/close/volume plus pre-computed statistics: total return, annualised return (CAGR), annualised volatility, max drawdown and Sharpe estimate (rf=4%). Automatically detects crypto tickers (→ CoinGecko) vs traditional assets (→ Yahoo Finance primary, Stooq fallback). Adjusts for dividends and splits when adjusted=true (default). Use cases: backtesting, factor analysis, performance attribution, charting, financial modelling. Sources: Yahoo Finance, CoinGecko, Stooq. All keyless. Optional env: AICI_RESEARCH_PROXY_URL for Bright Data routing (lifts Yahoo 429), TWELVE_DATA_API_KEY for higher Twelve Data quota.

  • tickerstringrequiredYahoo Finance ticker symbol. Examples: AAPL (US stock), SAP.DE (Frankfurt), 7203.T (Tokyo), BTC-USD (Bitcoin), GC=F (gold futures), ^GSPC (S&P 500).
  • intervalstringBar interval. Default: 1d (daily).
  • periodstringLook-back period. Default: 1y.
  • adjustedbooleanAdjust close prices for dividends and splits. Default: true.
  • metricsarraySubset of fields to include (informational — all fields always returned).
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
candidate_screening_ranking5 params

AI-powered candidate screening and ranking for recruiters, hiring managers, ATS providers and recruitment AI agents. Ingests a job description and 1-50 candidate resumes, returning a ranked shortlist with score breakdowns across five weighted criteria: skills_match (tech stack and soft skills extracted from JD vs resume), experience_match (years vs seniority level inferred from JD), education_match (degree level + top-school detection), role_progression (Junior to Senior to Lead patterns), culture_fit_estimate (remote/hybrid, startup vs enterprise). Per candidate: overall_score 0-100, matched/missing skills, red_flags (job hopping, employment gaps, seniority mismatch), green_flags (long tenure, promotions), 3-5 interview questions, fit_summary. Diversity signals are first-name proxies ONLY with mandatory ethical WARNING. All processing is local -- no external API calls, instant response, privacy-preserving.

  • job_descriptionstringrequiredFull text or summary of the job description and role requirements.
  • candidatesarrayrequiredArray of candidate objects. Maximum 50.
  • criteria_weightsobjectOptional weighting per criterion. Default: skills=0.4, experience=0.2, education=0.1, progression=0.15, culture=0.15.
  • role_countrystringOptional ISO 2-letter country code for regional context (informational).
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
legal_clause_extractor5 params

Structured extraction of clauses, obligations and deadlines from legal documents (SaaS contracts, NDAs, employment agreements, loan agreements, leases, M&A deals, IP licences). Complements contract_risk_scanner with granular per-clause output. ICP: legal ops, M&A lawyers, paralegals, contract managers, compliance officers. Capabilities: • Auto-detects document type (7 types) and language (EN/FR/DE/ES/PT) • Extracts parties with roles (buyer, seller, licensor, employee, etc.) • Splits document into sections and classifies 16+ clause types • Per-clause: 20 obligation patterns (EN/FR/DE), 10 deadline patterns, 18 risk detectors • Document-level: red flags (liability cap, auto-renewal, IP overreach, etc.), missing clauses per doc type • Global deadline calendar with P0/P1/P2 severity • Cross-reference map between sections • Cache: 7 days (legal docs stable once provided) 100% pure compute — no external fetch required. Accepts 10k–100k char documents.

  • document_textstringrequiredFull text of the legal document (10k–100k chars typical). Plain text or lightly HTML-formatted. EN/FR/DE/ES/PT supported.
  • document_typestringOptional. Document type hint. Defaults to auto-detection. Use "auto" or omit to let the tool detect from content.
  • target_clausesarrayOptional. Filter extraction to specific clause types. E.g. ["term", "termination", "liability", "ip", "confidentiality", "governing_law", "indemnification"]. If omitted or empty, all clauses are extracted.
  • langstringOptional. Language hint (e.g. 'en', 'fr', 'de'). Defaults to auto-detection.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
transcribe_chapterize_media6 params

Transcription and chapterization of long-form media (YouTube, podcasts, direct audio/video) for content marketing teams, podcast publishers, edu tech, journalists and accessibility/compliance. Pipeline: • YouTube → timedtext captions (keyless) + oEmbed metadata + native timecode chapters from description • Podcast RSS → episode description + duration + timecodes if embedded in show notes • Direct media → partial (requires Whisper API via OPENAI_API_KEY + force_whisper:true) • Chapters: native YouTube timecodes preferred; heuristic TF-IDF segmentation as fallback • Summary: extractive TF-IDF top-sentences (no LLM required) • Language detection: character-set heuristic (CJK→zh, kana→ja, hangul→ko, accents→fr/de/es) Output formats: json (full structured object) | text (plain transcript) | srt | vtt SLA: ≤15s budget total. Cache: 24h TTL.

  • urlstringrequiredYouTube URL, podcast RSS feed URL, or direct MP3/MP4 URL. Example: "https://www.youtube.com/watch?v=jNQXAC9IVRw"
  • langstringISO 639-1 language hint (e.g. "en", "fr", "de"). Default "auto".
  • chapters_maxnumberMaximum number of chapters. Default 8.
  • output_formatstringTranscript format. Default "json".
  • include_summarybooleanInclude extractive summary. Default true.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
seo_cro_audit4 params

Full SEO + CRO audit of any public URL. Analyses technical SEO (HTTP status, HTTPS, title/meta/canonical/robots, H1-H2, JSON-LD structured data, sitemap, robots.txt, OG/Twitter cards), content SEO (word count, keyword density top-10, readability estimate, image alt coverage, internal/external links), performance signals (page size, estimated render time, inline scripts/styles, unoptimised images), and CRO (CTA detection, above-fold CTAs, forms, social proof, trust signals, pricing visibility). Optionally compares up to 5 competitor URLs. Returns 0-100 scores per dimension plus a prioritised (P0/P1/P2) recommendation list. ICP: marketing managers, SEO/CRO consultants, e-commerce ops, agency teams. Budget: 8s per URL. Cache TTL: 1h.

  • urlstringrequiredFully-qualified URL to audit (e.g. https://stripe.com/pricing)
  • modestringAudit scope — defaults to 'full'
  • compare_competitorsarrayOptional list of competitor URLs to compare (max 5)
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
seo_keyword_research4 params

SEO keyword research from a seed keyword or topic. Uses Google Suggest (public, keyless) to discover related queries at 2 expansion levels, then clusters them by intent: informational / commercial / transactional / navigational — via heuristic pattern matching. Search volume is bucketed (very_high / high / medium / low / very_low) and clearly labelled as ESTIMATED — no fabricated precise numbers. Returns all keywords, intent clusters, quality scores (0-100), and top 10 opportunities. Supports country (gl) and language (hl) targeting. 100% keyless. Cache TTL 6h. ICP: SEO managers, content strategists, SaaS founders, agency teams.

  • seed_keywordstringrequiredThe seed keyword or topic to research (e.g. 'invoice software', 'project management tool')
  • countrystringISO 3166-1 alpha-2 country code for Google Suggest (e.g. 'US', 'FR', 'DE'). Defaults to 'US'.
  • languagestringBCP-47 language code for suggestions (e.g. 'en', 'fr', 'de', 'es'). Defaults to 'en'.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
competitor_pricing_scrape2 params

Scrape and parse a competitor pricing page from a URL or domain. Fetches via proxy-aware timedFetch (tries /pricing, /plans, homepage fallback), then extracts: plan names, prices, billing cadence (monthly/annual/usage-based/one-time), key features, free tier presence, enterprise tier, estimated price range. Returns structured pricing tiers. If unfetchable or no pricing found (anti-bot, SPA, auth wall): returns a clear degraded result with warnings and signals — never fake success. ICP: founders, product managers, pricing strategists, competitive intel teams. Proxy-aware (AICI_RESEARCH_PROXY_URL). Cache TTL 6h.

  • urlstringrequiredCompetitor URL or domain (e.g. 'https://notion.so/pricing', 'notion.so', 'https://www.example.com'). For best results, provide the direct pricing page URL.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
tool_recommend6 params

Cross-tool recommendation system: given a free-text intent, returns the most appropriate tools from the 170+ Gapup MCP catalogue, ranked by confidence, with pre-filled input suggestions and an optimal multi-tool chain when applicable. Use this first when you are unsure which tool to call — it navigates the full catalogue for you. Supports 15+ static pre-designed chains for frequent intents (M&A due diligence, sanctions screening, ESG 360, AI Act compliance, FTO patent clearance, crypto wallet tracking, etc.). Domains: compliance | finance | intel | legal | content | data | trade | infra. Pure compute — $0.01/call, no external fetch. Ideal as a first call in any multi-step agent workflow.

  • intentstringrequiredFree-text description of what you want to accomplish. E.g. 'Run a full M&A due diligence on Acme Corp' or 'Je veux vérifier qu'un fournisseur n'est pas sous sanctions OFAC'. FR/EN/DE/ZH supported.
  • domainstringOptional domain hint to boost tools in this category.
  • langstringOptional ISO 639-1 language hint (fr, en, de, zh, es …). Used for language-aware boosting.
  • max_resultsnumberMax number of recommendations returned (1-10). Default 5.
  • include_chainbooleanWhether to include a suggested_chain of tools in the optimal sequence. Default true. Chain is always included for well-known intents (M&A, compliance, ESG, etc.).
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
crm_connector5 params

Push, update, search and log activities in HubSpot, Salesforce or Pipedrive. 4 modes: push_lead (create contact/lead), update_opportunity (update deal stage/amount), search_contact (lookup by email), log_activity (call/email/meeting/note). Returns resource_id, direct CRM URL, signals and quality_score. If credentials are absent, returns a mock result with a warning signal. Auth: HubSpot via Bearer access_token; Salesforce via access_token + base_url; Pipedrive via api_key.

  • modestringrequiredAction to perform in the CRM
  • providerstringrequiredCRM provider to target
  • credentialsobjectAuth credentials. HubSpot: access_token. Salesforce: access_token + base_url. Pipedrive: api_key.
  • dataobjectrequiredPayload depending on mode. push_lead: {email,first_name,last_name,company,phone,job_title}. update_opportunity: {deal_id/opportunity_id,stage,amount,close_date}. search_contact: {email}. log_activity: {type,body,contact_id/person_id,subject}.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
webhooks_manage7 params

Manage HTTP webhook callbacks for async tools (T5/T6 batch flagships). Instead of polling every 5s, register a callback URL — Gapup posts the job result to your endpoint the moment it completes. Supported events: job.completed | job.failed | monitoring.alert | quota.threshold. Modes: register (add endpoint), list (view active webhooks), revoke (soft-delete), test (fire a test payload to verify your receiver), history (last 20 fires). Security: every delivery is signed with HMAC-SHA256 on the body — verify the X-Gapup-Signature header against sha256(secret, body).

  • modestringrequiredregister — add a webhook endpoint. list — view your active webhooks. revoke — soft-delete a webhook by webhook_id. test — fire a test payload to verify the receiver is alive. history — last 20 delivery attempts for a webhook.
  • urlstring(register) HTTPS/HTTP endpoint that will receive POST callbacks. Must return 2xx within 10s.
  • eventsarray(register, optional) Events to subscribe to. Defaults to all events if omitted.
  • secretstring(register, optional) A secret string used to sign deliveries with HMAC-SHA256. Store it safely — verify X-Gapup-Signature header on your receiver.
  • webhook_idstring(revoke / test / history) The webhook_id returned from register.
  • caller_hashstringOptional caller identity override. If omitted, uses the internal session hash.
  • asyncbooleanIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
job_result1 param

Poll the result of any tool called with async:true. Returns status=pending while running, status=completed with the full result once done, status=failed on error, or status=not_found if the job_id is unknown or expired (TTL 24h).

  • job_idstringrequiredThe job_id returned by an async tool call

Recommended MCP Servers

How it compares

Knowledge and trade-intelligence MCP catalog, not the full 271-tool x402 finance and compliance suite.

FAQ

What does io.github.getgapup/mcp-knowledge do?

100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

When should I use io.github.getgapup/mcp-knowledge?

100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

Is io.github.getgapup/mcp-knowledge safe to install?

Review the Security Audits panel on this page before installing in production.

Developer Toolsintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.