INDIVIDUAL MCP TOOL
uk_grants_match
Send a project profile (what it is, who you are, where, how much you need) and get back the live UK grants it could actually get - ranked eligible-first with a per-criterion pass/fail table for every match, from criteria parsed once at ingest from each grant's own eligibility text.
LIVE ENDPOINT
https://api.ukintel.uk/mcp
Connect to this endpoint to inspect the live schema for uk_grants_match and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
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.ukintel]
url = "https://api.ukintel.uk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ukintel": {
"type": "http",
"url": "https://api.ukintel.uk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ukintel
Remote MCP URL: https://api.ukintel.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": {
"ukintel": {
"url": "https://api.ukintel.uk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ukintel": {
"type": "http",
"url": "https://api.ukintel.uk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ukintel",
"transport": "streamable-http",
"url": "https://api.ukintel.uk/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
uk_preview— A genuine, freshly-computed sample so an agent can see the exact response shape before spending anything.uk_health— Liveness and upstream health.uk_company_search— Find a UK company by name.uk_company_profile— One UK company as clean structured JSON: status, incorporation date, company type, SIC codes, registered office, accounts and confirmation-statement due dates with overdue booleans, and officer counts.uk_company_verdict— Check any UK company is real, active and safe to deal with.uk_company_fca— Is this UK company regulated by the Financial Conduct Authority?uk_tenders_search— Live UK public-sector tenders from Find a Tender and Contracts Finder in one call.uk_tender_brief— One tender as a full agent-ready dossier: parsed requirements summary, buyer, value, complete timeline with working-days-remaining, lots, document links, submission route and the official notice URL.