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
| Name | Type | Required | Description |
|---|---|---|---|
_apiKey | string | yes | BPS App ID (API key) |
model | string | yes | Object type: one of statictable, publication, pressrelease, news. |
id | string | yes | The object id (from bps_list results). |
domain | string | no | BPS domain/region code. “0000” = national (default). |
lang | string | no | Language: “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.