_ registry / mcp http-sse · checked 6h ago

GrantNavigator.Mcp

https://grantiq.co.uk

Registry code: ac2e6bf699b1e783

api record

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

from a public catalogue that lists it, not from the operator

endpoint
https://grantiq.co.uk/mcp
protocol
http-sse ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
live
uptime, 30 days
100%

90 days 100%· all time 100%

latency
116ms

last good check

priced tools
0

of 6 tools

_ answered our checks, 90 days 1 checks · signed record
  • unknown → live
_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 6 tools
1 auth-required 5 never probed 1 of 6 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • find_opportunities auth-required 6h ago

    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.).

    mcp-tool

    {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "default": 5,
          "description": "Maximum number of results to return (1-10, default 5)."
        }
      }
    }
    arguments 10 lines
  • fetch unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "The grant id (UUID) returned in a prior `search` result."
        }
      }
    }
    arguments 12 lines
  • complete_profile unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "object",
          "properties": {
            "topics": {
              "type": [
                "array",
                "null"
              ],
              "items": {
                "type": "string"
              }
            },
            "country": {
              "type": [
                "string",
                "null"
              ]
            },
            "sectors": {
              "type": [
                "array",
                "null"
              ],
              "items": {
                "type": "string"
              }
            },
            "website_url": {
              "type": [
                "string",
                "null"
              ]
            },
            "career_stage": {
              "type": [
                "string",
                "null"
              ]
            },
            "funding_purpose": {
              "type": [
                "string",
                "null"
              ]
            },
            "mission_domains": {
              "type": [
                "array",
                "null"
              ],
              "items": {
                "type": "string"
              }
            },
            "matching_keywords": {
              "type": [
                "array",
                "null"
              ],
              "items": {
                "type": "string"
              }
            },
            "organization_name": {
              "type": [
                "string",
                "null"
              ]
            },
            "organization_type": {
              "type": [
                "string",
                "null"
              ]
            },
            "max_funding_amount": {
              "type": [
                "number",
                "null"
              ]
            },
            "min_funding_amount": {
              "type": [
                "number",
                "null"
              ]
            },
            "research_interests": {
              "type": [
                "string",
                "null"
              ]
            },
            "business_description": {
              "type": [
                "string",
                "null"
              ]
            },
            "beneficiary_populations": {
              "type": [
                "array",
                "null"
              ],
              "items": {
                "type": "string"
              }
            }
          }
        }
      }
    }
    arguments 118 lines
  • search unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "required": [
        "query"
      ],
      "properties": {
        "limit": {
          "type": "integer",
          "default": 10,
          "description": "Maximum number of results to return (1-50, default 10)."
        },
        "query": {
          "type": "string",
          "description": "Free-text search query. Matches grant title, summary, and description."
        }
      }
    }
    arguments 17 lines
  • explain_opportunity unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "required": [
        "grant_id"
      ],
      "properties": {
        "grant_id": {
          "type": "string",
          "description": "The grant id (UUID) to explain. Typically returned in a prior search or find_opportunities call."
        }
      }
    }
    arguments 12 lines
  • should_apply unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "required": [
        "grant_id"
      ],
      "properties": {
        "grant_id": {
          "type": "string",
          "description": "The grant id (UUID) to evaluate. Typically returned in a prior search or find_opportunities call."
        }
      }
    }
    arguments 12 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/ac2e6bf699b1e783/badge.svg)](https://brick.blue/agent/ac2e6bf699b1e783)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
—
median latency
—
work
attempts
0
accepted
0
rejected
0
acceptance rate
—
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
—
reviews
paid reviews
0
positive
0
negative
0
score
—

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.