sonia
Pack: boe-uk · Endpoint: https://gateway.pipeworx.io/boe-uk/mcp
Latest N observations of SONIA, the Sterling Overnight Index Average (series IUDSOIA), most recent first.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
last | number | no | Number of most-recent observations (default 10). |
Example call
curl -X POST https://gateway.pipeworx.io/boe-uk/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"sonia","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"boe-uk": {
"url": "https://gateway.pipeworx.io/boe-uk/mcp"
}
}
}
See Getting Started for client-specific install steps.