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

uk-data-api

https://property.payapi.market

Registry code: 7b6b2cd58a11cb59

api record
endpoint
https://property.payapi.market/mcp
protocol
streamable-http ·2024-11-05
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
live
uptime
100%
latency
229ms

last good check

priced tools
0

of 24 tools

_ 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

_ paid on base 30 days

Read off the chain, not reported by anybody: USDC settlements into the address this operator's priced doors name, recognised by the shape of an x402 payment. The operator paying itself is left out, and fewer than three real payers counts as none. This address also stands behind 18 other origins: the figure is the gateway's, not this listing's alone. How it is counted.

payers
2

distinct, not the operator

settlements
11

last 2026-09-20

received
0 USDC

thin, concentrated, shared-payto

_ what it can do 24 tools
3 open 21 never probed 3 of 24 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.

  • get_interest_rates open 12h ago

    Bank of England base rate. Current rate, historical changes, next decision date. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "include_history": {
          "type": "boolean",
          "default": false
        }
      }
    }
    arguments 10 lines
  • get_exchange_rates open 12h ago

    GBP exchange rates against major currencies. Live and historical rates. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "date": {
          "type": "string",
          "description": "Historical date YYYY-MM-DD (optional)"
        },
        "currency": {
          "type": "string",
          "description": "Target currency code e.g. USD, EUR"
        }
      }
    }
    arguments 14 lines
  • get_inflation open 12h ago

    UK CPI inflation data. Current rate, historical trend, RPI comparison. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "months": {
          "type": "integer",
          "default": 12,
          "description": "Months of history"
        }
      }
    }
    arguments 11 lines
  • get_yield_estimate unknown never probed

    Rental yield estimates for a UK postcode area. Returns average rents, gross/net yields, price-to-rent ratios. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "postcode"
      ],
      "properties": {
        "bedrooms": {
          "type": "integer",
          "description": "Number of bedrooms"
        },
        "postcode": {
          "type": "string",
          "description": "UK postcode"
        }
      }
    }
    arguments 16 lines
  • get_epc_rating unknown never probed

    Energy Performance Certificate ratings for properties near a UK postcode. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "postcode"
      ],
      "properties": {
        "limit": {
          "type": "integer",
          "default": 10
        },
        "postcode": {
          "type": "string",
          "description": "UK postcode"
        }
      }
    }
    arguments 16 lines
  • get_air_quality unknown never probed

    Air quality index for a UK location. PM2.5, PM10, NO2, O3 levels and health advice. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "location"
      ],
      "properties": {
        "location": {
          "type": "string",
          "description": "City name or UK postcode"
        }
      }
    }
    arguments 12 lines
  • get_vehicle_info unknown never probed

    Vehicle details from DVLA. Make, model, colour, fuel type, engine size, year. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "registration"
      ],
      "properties": {
        "registration": {
          "type": "string",
          "description": "UK vehicle registration e.g. AB12CDE"
        }
      }
    }
    arguments 12 lines
  • get_sold_prices unknown never probed

    HM Land Registry sold prices for a UK postcode. Returns address, price paid, date, property type, tenure. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "postcode"
      ],
      "properties": {
        "limit": {
          "type": "integer",
          "default": 10,
          "description": "Max results (1-50)"
        },
        "postcode": {
          "type": "string",
          "description": "UK postcode e.g. SW1A 1AA"
        }
      }
    }
    arguments 17 lines
  • calculate_stamp_duty unknown never probed

    UK Stamp Duty Land Tax calculator. Supports first-time buyer relief, additional property surcharge, non-UK resident surcharge. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "price"
      ],
      "properties": {
        "price": {
          "type": "number",
          "description": "Purchase price in GBP"
        },
        "first_time_buyer": {
          "type": "boolean",
          "default": false
        },
        "additional_property": {
          "type": "boolean",
          "default": false
        }
      }
    }
    arguments 20 lines
  • get_crime_stats unknown never probed

    Police-recorded crime statistics for a UK postcode area. Returns crime categories, counts, trends. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "postcode"
      ],
      "properties": {
        "months": {
          "type": "integer",
          "default": 3,
          "description": "Months of data"
        },
        "postcode": {
          "type": "string",
          "description": "UK postcode"
        }
      }
    }
    arguments 17 lines
  • get_flood_risk unknown never probed

    Flood risk assessment for a UK postcode. Returns risk levels for rivers, seas, surface water, reservoirs. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "postcode"
      ],
      "properties": {
        "postcode": {
          "type": "string",
          "description": "UK postcode"
        }
      }
    }
    arguments 12 lines
  • get_planning_applications unknown never probed

    Planning applications near a UK postcode. Returns application details, status, decisions. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "postcode"
      ],
      "properties": {
        "postcode": {
          "type": "string",
          "description": "UK postcode"
        },
        "radius_km": {
          "type": "number",
          "default": 0.5
        }
      }
    }
    arguments 16 lines
  • get_council_tax unknown never probed

    Council tax band and rates for a UK postcode area. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "postcode"
      ],
      "properties": {
        "postcode": {
          "type": "string",
          "description": "UK postcode"
        }
      }
    }
    arguments 12 lines
  • get_current_weather unknown never probed

    Current weather conditions for a UK location. Temperature, humidity, wind, conditions. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "location"
      ],
      "properties": {
        "location": {
          "type": "string",
          "description": "City name or UK postcode"
        }
      }
    }
    arguments 12 lines
  • get_weather_forecast unknown never probed

    Weather forecast for a UK location. Multi-day forecast with temperature, rain probability, wind. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "location"
      ],
      "properties": {
        "days": {
          "type": "integer",
          "default": 7,
          "description": "Forecast days (1-14)"
        },
        "location": {
          "type": "string",
          "description": "City name or UK postcode"
        }
      }
    }
    arguments 17 lines
  • get_historical_weather unknown never probed

    Historical weather data for a UK location. Past temperature, rainfall, sunshine hours. [x402: $0.002/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "location",
        "date"
      ],
      "properties": {
        "date": {
          "type": "string",
          "description": "Date in YYYY-MM-DD format"
        },
        "location": {
          "type": "string",
          "description": "City name or UK postcode"
        }
      }
    }
    arguments 17 lines
  • search_companies unknown never probed

    Search UK companies by name. Returns company number, status, registered address. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "query"
      ],
      "properties": {
        "limit": {
          "type": "integer",
          "default": 10
        },
        "query": {
          "type": "string",
          "description": "Company name to search"
        }
      }
    }
    arguments 16 lines
  • get_company_profile unknown never probed

    Full company profile from Companies House. Registration details, SIC codes, accounts status. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "company_number"
      ],
      "properties": {
        "company_number": {
          "type": "string",
          "description": "8-digit Companies House number"
        }
      }
    }
    arguments 12 lines
  • get_company_officers unknown never probed

    Company officers (directors, secretaries). Names, roles, appointment dates, nationality. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "company_number"
      ],
      "properties": {
        "company_number": {
          "type": "string",
          "description": "8-digit Companies House number"
        }
      }
    }
    arguments 12 lines
  • get_company_filings unknown never probed

    Company filing history. Annual returns, accounts, confirmation statements. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "company_number"
      ],
      "properties": {
        "limit": {
          "type": "integer",
          "default": 10
        },
        "company_number": {
          "type": "string",
          "description": "8-digit Companies House number"
        }
      }
    }
    arguments 16 lines
  • get_mot_history unknown never probed

    Full MOT test history. Pass/fail, mileage, advisory items, failure reasons. [x402: $0.002/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "registration"
      ],
      "properties": {
        "registration": {
          "type": "string",
          "description": "UK vehicle registration"
        }
      }
    }
    arguments 12 lines
  • get_tax_status unknown never probed

    Vehicle tax status. Taxed/SORN, tax due date, tax band. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "registration"
      ],
      "properties": {
        "registration": {
          "type": "string",
          "description": "UK vehicle registration"
        }
      }
    }
    arguments 12 lines
  • get_vehicle_emissions unknown never probed

    Vehicle emissions data. CO2 g/km, Euro standard, fuel consumption, ULEZ compliance. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "registration"
      ],
      "properties": {
        "registration": {
          "type": "string",
          "description": "UK vehicle registration"
        }
      }
    }
    arguments 12 lines
  • calculate_mortgage unknown never probed

    Mortgage calculator. Monthly payments, total cost, amortisation schedule. [x402: $0.001/call]

    mcp-tool

    {
      "type": "object",
      "required": [
        "property_price",
        "deposit"
      ],
      "properties": {
        "deposit": {
          "type": "number",
          "description": "Deposit in GBP"
        },
        "term_years": {
          "type": "integer",
          "default": 25,
          "description": "Mortgage term in years"
        },
        "interest_rate": {
          "type": "number",
          "default": 4.5,
          "description": "Annual interest rate %"
        },
        "property_price": {
          "type": "number",
          "description": "Property price in GBP"
        }
      }
    }
    arguments 27 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/7b6b2cd58a11cb59/badge.svg)](https://brick.blue/agent/7b6b2cd58a11cb59)

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.

_ also on payapi.market 2 entries

Served from the same domain, which is what was measured. Not a claim that one owner runs them: ownership is what a passport proves, and each of these says for itself.