INDIVIDUAL MCP TOOL
should_apply
GrantIQ should_apply: opinionated apply / don't-apply decision for a specific grant.
LIVE ENDPOINT
https://grantiq.co.uk/mcp
Connect to this endpoint to inspect the live schema for should_apply and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.grantnavigator-mcp]
url = "https://grantiq.co.uk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"grantnavigator-mcp": {
"type": "http",
"url": "https://grantiq.co.uk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: grantnavigator-mcp
Remote MCP URL: https://grantiq.co.uk/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"grantnavigator-mcp": {
"url": "https://grantiq.co.uk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"grantnavigator-mcp": {
"type": "http",
"url": "https://grantiq.co.uk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "grantnavigator-mcp",
"transport": "streamable-http",
"url": "https://grantiq.co.uk/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
complete_profile— GrantIQ complete_profile: fills in the user's matching profile field-by-field via chat.search— GrantIQ search: find UK & EU grants matching a free-text query.explain_opportunity— GrantIQ explain_opportunity: plain-English unpack of a single grant.fetch— GrantIQ fetch: return the full record for a single grant by id.find_opportunities— GrantIQ find_opportunities: runs the user's profile through the AI matching engine to find the top grants.