bps_view

Pack: bps-id · Endpoint: https://gateway.pipeworx.io/bps-id/mcp

Fetch a single BPS object by id — full detail for one statictable, publication, pressrelease, or news item.

Parameters

NameTypeRequiredDescription
_apiKeystringyesBPS App ID (API key)
modelstringyesObject type: one of statictable, publication, pressrelease, news.
idstringyesThe object id (from bps_list results).
domainstringnoBPS domain/region code. “0000” = national (default).
langstringnoLanguage: “eng” (default) or “ind”.

Example call

curl -X POST https://gateway.pipeworx.io/bps-id/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"bps_view","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "bps-id": {
      "url": "https://gateway.pipeworx.io/bps-id/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026