uk.co.grantiq/mcp
Official6 toolsby akis111
GrantIQ
Eligibility-first UK & EU grant discovery, inside ChatGPT and Claude.
Discover UK and EU grant eligibility and opportunities for funding.
Captured live from the server via tools/list.
complete_profile
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.
Parameters (1)
- inputobjectrequired
search
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.
Parameters (2)
- querystringrequired
Free-text search query. Matches grant title, summary, and description.
- limitinteger
Maximum number of results to return (1-50, default 10).
explain_opportunity
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.
Parameters (1)
- grant_idstringrequired
The grant id (UUID) to explain. Typically returned in a prior search or find_opportunities call.
should_apply
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.
Parameters (1)
- grant_idstringrequired
The grant id (UUID) to evaluate. Typically returned in a prior search or find_opportunities call.
fetch
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.
Parameters (1)
- idstringrequired
The grant id (UUID) returned in a prior `search` result.
find_opportunities
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.).
Parameters (1)
- limitinteger
Maximum number of results to return (1-10, default 5).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://grantiq.co.uk/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.