You're viewing a demo portfolio

Join the waitlist
PRSM

funding_hunter

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "financials",
    "project",
    "preferences"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "pitch",
        "foundedYear",
        "countryHQ",
        "sector",
        "stage"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "pitch": {
          "type": "string",
          "maxLength": 800,
          "minLength": 20
        },
        "siret": {
          "type": "string"
        },
        "stage": {
          "enum": [
            "pre-seed",
            "seed",
            "series-a",
            "series-b",
            "growth"
          ],
          "type": "string"
        },
        "sector": {
          "type": "string",
          "maxLength": 120,
          "minLength": 3
        },
        "countryHQ": {
          "type": "string",
          "maxLength": 60,
          "minLength": 2
        },
        "foundedYear": {
          "type": "integer",
          "maximum": 2030,
          "minimum": 1990
        }
      }
    },
    "project": {
      "type": "object",
      "required": [
        "description",
        "budgetEur",
        "horizonMonths",
        "geographies"
      ],
      "properties": {
        "budgetEur": {
          "type": "integer",
          "maximum": 50000000,
          "minimum": 50000
        },
        "description": {
          "type": "string",
          "maxLength": 600,
          "minLength": 20
        },
        "geographies": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 60,
            "minLength": 2
          },
          "maxItems": 5,
          "minItems": 1
        },
        "horizonMonths": {
          "type": "integer",
          "maximum": 36,
          "minimum": 6
        },
        "techReadinessLevel": {
          "type": "integer",
          "maximum": 9,
          "minimum": 1
        }
      }
    },
    "financials": {
      "type": "object",
      "required": [
        "revenueEur",
        "rdSpendEur",
        "headcount",
        "grossMarginPct"
      ],
      "properties": {
        "hasJEI": {
          "type": "boolean"
        },
        "headcount": {
          "type": "integer",
          "minimum": 0
        },
        "rdSpendEur": {
          "type": "number",
          "minimum": 0
        },
        "revenueEur": {
          "type": "number",
          "minimum": 0
        },
        "grossMarginPct": {
          "type": "number",
          "maximum": 100,
          "minimum": 0
        },
        "hasCIREligibility": {
          "type": "boolean"
        }
      }
    },
    "preferences": {
      "type": "object",
      "required": [
        "nonDilutiveFirst"
      ],
      "properties": {
        "urgencyDays": {
          "type": "integer",
          "maximum": 365,
          "minimum": 30
        },
        "maxDilutionPct": {
          "type": "number",
          "maximum": 40,
          "minimum": 0
        },
        "nonDilutiveFirst": {
          "type": "boolean"
        }
      }
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →
funding_hunter — @gapup/mcp-knowledge — PRSM MCP