ToolAssay

Send a project profile (what it is, who you are, where, how much you need) and g

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. Ineligible grants are excluded and counted, never dressed up as options. Deterministic rules; no language model touches the verdicts.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.15listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.ukintel.uk/v1/grants/match

CategoryEverything else
Provider hostapi.ukintel.uk
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "project": {
      "amount_needed": 30000,
      "description": "planting a new native woodland on our farm",
      "org_type": "individual",
      "params": {
        "land_ha": 3.5
      },
      "region": "england"
    }
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "project": {
              "description": "The project profile to match against live grants.",
              "properties": {
                "amount_needed": {
                  "description": "Funding sought, GBP",
                  "type": "integer"
                },
                "description": {
                  "description": "Plain-English project description",
                  "type": "string"
                },
                "keywords": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "org_type": {
                  "description": "individual | business | charity | community_group | public_body | local_authority | education",
                  "type": "string"
                },
                "params": {
                  "additionalProperties": {
                    "type": "number"
                  },
                  "description": "Numeric facts criteria may reference, e.g. { land_ha: 3.5, employees: 12 }",
                  "type": "object"
                },
                "region": {
                  "description": "england | scotland | wales | northern-ireland",
                  "type": "string"
                }
              },
              "required": [
                "org_type"
              ],
              "type": "object"
            },
            "top": {
              "default": 5,
              "maximum": 10,
              "minimum": 1,
              "type": "integer"
            }
          },
          "required": [
            "project"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON