_ registry / mcp streamable-http · checked 3h ago

Immigration Adviser Finder (immigrationadviserfinder.com)

https://immigrationadviserfinder.com

Registry code: 1d240954132c6b8c

api record

Immigration Adviser Finder (https://immigrationadviserfinder.com/): the site's own MCP server, served from its domain. Immigration Adviser Finder: the recognised organisations, read from recognised offices (the roster as published on 6 September 2026), served as an agent-callable dataset with its source and licence on every answer.

[dataset] Immigration Adviser Finder: the recognised organisations, read from recognised offices (the roster as published on 6 September 2026), served as an agent-callable dataset with its source and licence on every answer.. This server exposes the dataset…

endpoint
https://immigrationadviserfinder.com/mcp
protocol
streamable-http ·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
835ms

last good check

priced tools
0

of 15 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 15 tools
1 open 14 never probed 1 of 15 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.

  • enquiry_describe open 3h ago

    Read first. States plainly what submit_enquiry does on Immigration Adviser Finder: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • dataset_stats unknown never probed

    count, min, max, mean, median and sum of a numeric column of the Immigration Adviser Finder dataset (grouping commas and currency are handled; non-numeric rows are excluded and counted).

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "column"
      ],
      "properties": {
        "column": {
          "type": "string",
          "minLength": 1
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • dataset_top unknown never probed

    The highest (or lowest) rows of the Immigration Adviser Finder dataset by a numeric column — "which is the most/least X".

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "column"
      ],
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 50,
          "minimum": 1
        },
        "column": {
          "type": "string",
          "minLength": 1
        },
        "ascending": {
          "type": "boolean",
          "description": "true for the lowest first; default highest first"
        }
      },
      "additionalProperties": false
    }
    arguments 23 lines
  • dataset_provenance unknown never probed

    The source, the date it was computed, the licence and the citation for the Immigration Adviser Finder dataset. Read this to attribute a figure correctly.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • entities_schema unknown never probed

    Which fields the Immigration Adviser Finder register register carries and on how many entities, the regions and services, the identifier schemes, and how to cite it. Call this first.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • entities_in unknown never probed

    The Immigration Adviser Finder register entities in one region (a state or a jurisdiction, by id or name), optionally for one service, 50 a page.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "region"
      ],
      "properties": {
        "page": {
          "type": "integer",
          "minimum": 1
        },
        "region": {
          "type": "string",
          "maxLength": 60,
          "minLength": 2
        },
        "service": {
          "type": "string",
          "maxLength": 80
        },
        "pageSize": {
          "type": "integer",
          "maximum": 50,
          "minimum": 1
        }
      },
      "additionalProperties": false
    }
    arguments 28 lines
  • enquiry_fields unknown never probed

    Every field of the Immigration Adviser Finder enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • entities_export unknown never probed

    Every entity of Immigration Adviser Finder register, 200 a page, with provenance. Needs an access key (Authorization: Bearer); export pages are metered per key per day. Without a key the answer says how to get one.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "page": {
          "type": "integer",
          "minimum": 1
        },
        "pageSize": {
          "type": "integer",
          "maximum": 200,
          "minimum": 1
        }
      },
      "additionalProperties": false
    }
    arguments 16 lines
  • submit_enquiry unknown never probed

    Submits an enquiry to Immigration Adviser Finder — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "You agree Immigration Adviser Finder may pass these details to one attorney or recognised organisation."

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "answers",
        "consent"
      ],
      "properties": {
        "answers": {
          "type": "object",
          "description": "the person's answers, keyed by field key",
          "additionalProperties": {
            "type": [
              "string",
              "number",
              "boolean"
            ]
          }
        },
        "consent": {
          "type": "boolean",
          "description": "true only when the person has agreed to: You agree Immigration Adviser Finder may pass these details to one attorney or recognised organisation."
        },
        "confirmation": {
          "type": "string",
          "description": "the confirmation token from step 1, after the person has approved the summary"
        }
      },
      "additionalProperties": false
    }
    arguments 30 lines
  • entities_search unknown 3h ago

    Entities of Immigration Adviser Finder register whose name, commercial name, website, address or authority contains the query, optionally within a region (id or name) and a service (slug or name). Up to 50 rows.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "q": {
          "type": "string",
          "maxLength": 120
        },
        "limit": {
          "type": "integer",
          "maximum": 50,
          "minimum": 1
        },
        "region": {
          "type": "string",
          "maxLength": 60
        },
        "service": {
          "type": "string",
          "maxLength": 80
        }
      },
      "additionalProperties": false
    }
    arguments 24 lines
  • entity_lookup unknown 3h ago

    The Immigration Adviser Finder register entry for a firm, by its register identifier (scheme + value, e.g. lei) or by the slug of its page. Exact match; returns the whole record with its page.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "slug": {
          "type": "string",
          "maxLength": 120,
          "minLength": 1
        },
        "value": {
          "type": "string",
          "maxLength": 80,
          "minLength": 1
        },
        "scheme": {
          "type": "string",
          "maxLength": 24,
          "minLength": 2,
          "description": "identifier scheme, e.g. lei, fca_frn, tdlr_license"
        }
      },
      "additionalProperties": false
    }
    arguments 23 lines
  • dataset_columns unknown never probed

    The columns, which of them are numeric, the row count and the provenance banner of the Immigration Adviser Finder dataset. Call this first to learn the schema.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • dataset_search unknown never probed

    Rows of the Immigration Adviser Finder dataset whose cells contain the query (case-insensitive), up to 50.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "query"
      ],
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 50,
          "minimum": 1
        },
        "query": {
          "type": "string",
          "minLength": 1,
          "description": "text to look for in any cell"
        }
      },
      "additionalProperties": false
    }
    arguments 20 lines
  • dataset_row unknown never probed

    The rows of the Immigration Adviser Finder dataset where a column equals a value exactly (case-insensitive).

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "column",
        "value"
      ],
      "properties": {
        "value": {
          "type": "string",
          "minLength": 1
        },
        "column": {
          "type": "string",
          "minLength": 1
        }
      },
      "additionalProperties": false
    }
    arguments 19 lines
  • dataset_compare unknown never probed

    The rows of the Immigration Adviser Finder dataset whose column is any of the given values, in the order given — for "X vs Y" questions.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "column",
        "values"
      ],
      "properties": {
        "column": {
          "type": "string",
          "minLength": 1
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string",
            "minLength": 1
          },
          "maxItems": 10,
          "minItems": 2
        }
      },
      "additionalProperties": false
    }
    arguments 24 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/1d240954132c6b8c/badge.svg)](https://brick.blue/agent/1d240954132c6b8c)

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.