streamable-httpupdated 2mo ago
Eligibility-first UK & EU grant discovery, inside ChatGPT and Claude.
O que dá para fazer com GrantIQ?
GrantIQ MCP
Eligibility-first UK & EU grant discovery, inside ChatGPT and Claude.
GrantIQ is a hosted Model Context Protocol server that lets ChatGPT, Claude, and any MCP-capable assistant find the UK & EU grants your organisation is actually eligible for — checking eligibility before recommending, explaining why each grant fits, and citing the funder's own page on every answer.
This repository is the install/docs home for the GrantIQ MCP server. The server is hosted by GrantIQ at
https://grantiq.co.uk/mcp— there's no package to run locally.
- 🌐 Server URL:
https://grantiq.co.uk/mcp(streamable HTTP) - 🔐 Auth: OAuth 2.1 + PKCE — free tier, no credit card
- 📇 Registries: Official MCP Registry (
uk.co.grantiq/mcp, DNS-verified) · Smithery · mcp.so - 🏠 Home: grantiq.co.uk/mcp · 🔒 Privacy
Install
Claude (Code / Desktop):
claude mcp add --transport http grantiq https://grantiq.co.uk/mcp
ChatGPT: Settings → Connectors → add an MCP server with URL https://grantiq.co.uk/mcp.
The first tool call opens an OAuth consent screen. Approve it, then — first time only — ask your assistant to "complete my GrantIQ profile" (organisation type, location, sectors, focus). Personalised matching needs a profile; without one, find_opportunities tells you exactly what to add.
Tools
| Tool | What it does |
|---|---|
find_opportunities |
Runs your profile through the eligibility-first matching engine; returns top grants with a fit score, rationale, and eligibility verdict |
should_apply |
Opinionated yes / borderline / no for a specific grant, with blockers, an effort estimate, and an honest competition_risk |
explain_opportunity |
Plain-English unpack of one grant: what it funds, who it's for, hidden constraints, application mechanics, citations |
search |
Free-text grant discovery across 100+ UK & EU funding sources |
fetch |
Full canonical record for one grant, with embedded evidence links |
complete_profile |
Set up your matching profile through chat (organisation, sectors, focus, funding range) |
Why GrantIQ
- Eligibility before list. It checks what you're eligible for before recommending — no scrolling grants you can't apply for.
- UK & EU in one place. 100+ funding sources (UKRI, Innovate UK, Horizon Europe, EIC, Wellcome, Arts Council, National Lottery, and 90+ more), with daily refresh.
- Honest by design. Every answer cites the funder's own page, and
competition_riskreturnsunknownrather than inventing a number when the funder doesn't publish one.
Built for UK & EU charities, researchers, SMEs, and grant consultants.
Links
- Website: https://grantiq.co.uk
- MCP install page: https://grantiq.co.uk/mcp
- Privacy: https://grantiq.co.uk/mcp/privacy
Instalação
Adicione GrantIQ ao seu cliente. Escolha o que você usa.
claude mcp add --transport http grantiq https://grantiq.co.uk/mcpcodex mcp add grantiq --url https://grantiq.co.uk/mcp{
"mcpServers": {
"grantiq": {
"url": "https://grantiq.co.uk/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"grantiq": {
"type": "http",
"url": "https://grantiq.co.uk/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"grantiq": {
"url": "https://grantiq.co.uk/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"grantiq": {
"serverUrl": "https://grantiq.co.uk/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 ferramentas
GrantIQ expõe 4 ferramentas a um agente conectado.
- find_opportunities
- Runs your profile through the eligibility-first matching engine; returns top grants with a fit score, rationale, and eligibility verdict
- should_apply
- Opinionated yes / borderline / no for a specific grant, with blockers, an effort estimate, and an honest `competition_risk`
- explain_opportunity
- Plain-English unpack of one grant: what it funds, who it's for, hidden constraints, application mechanics, citations
- complete_profile
- Set up your matching profile through chat (organisation, sectors, focus, funding range)
Pontuação
57 / 100
Aceitável
- Documentação17/25
- Manutenção16/25
- Confiança6/20
- Capacidade6/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 51 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.1Mais recente | 3 de jun. de 2026 |
| 1.0.0 | 1 de jun. de 2026 |