# mcp MCP server

Eligibility-first UK & EU grant discovery, inside ChatGPT and Claude.

## Links
- Registry page: https://www.getdrio.com/mcp/uk-co-grantiq-mcp

## Install
- Endpoint: https://grantiq.co.uk/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://grantiq.co.uk/mcp

## Tools
- 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. Endpoint: https://grantiq.co.uk/mcp
- 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. Endpoint: https://grantiq.co.uk/mcp
- 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. Endpoint: https://grantiq.co.uk/mcp
- 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. Endpoint: https://grantiq.co.uk/mcp
- 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. Endpoint: https://grantiq.co.uk/mcp
- 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.). Endpoint: https://grantiq.co.uk/mcp

## Resources
- org-profile://current - Returns the authenticated user's stored organisation profile (type, location, countries, sectors, topics, completeness). Same shape used by find_opportunities — read this to decide whether to prompt the user to fill in more before matching. MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: uk.co.grantiq
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 1, 2026
- Source: https://registry.modelcontextprotocol.io
