MCP server exposing 2 tools for permid.
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/permid/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_entities — Search PermID for organizations, people, instruments, or quotes by name. Returns PermID, primary type, name, and a brief context. Use get_entity with the PermID for the full linked-data record.get_entity — Fetch the raw JSON-LD PermID record for a numeric PermID (e.g. "4295905573"). Returns the full linked-data payload from api-eit.refinitiv.com under the key "raw" — extract organization name, LEI, RIC, industry codes, and headquarters from the raw fields.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/permid/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io