MCP.so
Sign In

GrantIQ (UK/EU)

@Anastasios Nezis

About GrantIQ (UK/EU)

Eligibility-first UK & EU grant discovery — Eligible/Partial/Not eligible verdicts over 100+ official sources.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "grantiq": {
      "type": "http",
      "url": "https://grantiq.co.uk/mcp"
    }
  }
}

Tools

6

GrantIQ complete_profile: fills in the user's matching profile field-by-field via chat. Partial-update semantics — null/missing fields leave existing values untouched. Server filters beneficiary/mission tags to canonical taxonomies. After this returns saved=true, call find_opportunities to see matches.

GrantIQ search: find UK & EU grants matching a free-text query. Returns a ranked list of grant references (id, title, funder, deadline, amounts) the caller can pass to the `fetch` tool for full detail. Results are limited to currently-open, AI-enriched grants — closed, suspended and unpublishable rows are never returned.

GrantIQ explain_opportunity: plain-English unpack of a single grant. Returns a summary, what the grant funds, target applicant profile, hidden constraints (e.g. state aid, consortium requirements), application mechanics (stages, duration, key dates), structured eligibility essentials, and provenance citations. Cached after first call per grant; sub-50ms thereafter.

GrantIQ should_apply: opinionated apply / don't-apply decision for a specific grant. Returns a verdict (yes / borderline / no), confidence (0-1), specific blockers, an effort estimate with confidence band, competition-risk label (or 'unknown' when funder data is absent), and the structured evidence behind it. Requires the caller's profile to be set via a prior find_opportunities call or web sign-up.

GrantIQ fetch: return the full record for a single grant by id. The id must come from a prior `search` call. Returns 'not found' when the grant is unknown OR not currently open/visible — there is no leak between those cases.

GrantIQ find_opportunities: runs the user's profile through the AI matching engine to find the top grants. Uses the canonical StagedMatchingService. Requires a complete profile (Location, OrgType, etc.).

Overview

What is Grantiq?

Eligibility-first UK & EU grant discovery inside ChatGPT and Claude — the GrantIQ MCP server (hosted at grantiq.co.uk/mcp)

How to use Grantiq?

Follow the repository README to install the server and add its MCP configuration to your client.

Key features of Grantiq

Use cases of Grantiq

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Grantiq

Where is the source code for Grantiq?

The source code is linked from the repository URL on this page.

Does Grantiq include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Grantiq?

The source code is linked from the repository URL on this page.

Does Grantiq include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More Finance & Commerce MCP servers