← grantiq.co.uk

INDIVIDUAL MCP TOOL

complete_profile

GrantIQ complete_profile: fills in the user's matching profile field-by-field via chat.

grantiq.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://grantiq.co.uk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for complete_profile 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

grantiq.co.uk

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

  • search — GrantIQ search: find UK & EU grants matching a free-text query.
  • explain_opportunity — GrantIQ explain_opportunity: plain-English unpack of a single grant.
  • should_apply — GrantIQ should_apply: opinionated apply / don't-apply decision for a specific 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.