MCP server exposing 4 tools for uk-charity-commission.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/uk-charity-commission/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
ukcharity_search — Search the UK Register of Charities by name and return matching registered charities with their charity number, registration status, registered address and latest reported income. AUTHORITATIVE for charities in England and Wales — this is the Charity Commission's own register, the legal record. This source requires an API key: Pipeworx does not front one today, so pass your own free Charity Commission subscription key as _apiKey. Example: ukcharity_search({ query: "oxfam" })ukcharity_details — Fetch the full UK Register of Charities entry for one charity number: registered and working names, status and registration/removal dates, charitable objects, activities, areas of operation, governing document, contact details, latest reported income and expenditure, and which other regulators it answers to. AUTHORITATIVE, sourced from the Charity Commission for England and Wales. This source requires an API key: Pipeworx does not front one today, so pass your own free Charity Commission subscription key as _apiKey. Example: ukcharity_details({ charity_number: "202918" })ukcharity_financials — Return a UK charity's reported financial history year by year — total gross income, total expenditure and the financial period each figure covers, as filed in its annual returns to the Charity Commission for England and Wales. Use for "how has charity X's income changed", "what did charity Y spend last year". This source requires an API key: Pipeworx does not front one today, so pass your own free Charity Commission subscription key as _apiKey. Example: ukcharity_financials({ charity_number: "202918" })ukcharity_trustees — List the named trustees of one UK registered charity — the people legally responsible for it — with each trustee's id, appointment date and the other charities they are a trustee of, as held by the Charity Commission for England and Wales. Use for governance and due-diligence questions: "who runs charity X", "what else does this trustee sit on". This source requires an API key: Pipeworx does not front one today, so pass your own free Charity Commission subscription key as _apiKey. Example: ukcharity_trustees({ charity_number: "202918" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/uk-charity-commission/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io