geocode
Pack: opencages · Endpoint: https://gateway.pipeworx.io/opencages/mcp
Forward geocode.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | |
language | string | no | |
limit | number | no | |
countrycode | string | no | Comma-sep ISO-3166-1 alpha-2 codes. |
bounds | string | no | sw_lon,sw_lat,ne_lon,ne_lat |
no_annotations | boolean | no | |
abbrv | boolean | no |
Example call
curl -X POST https://gateway.pipeworx.io/opencages/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"geocode","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"opencages": {
"url": "https://gateway.pipeworx.io/opencages/mcp"
}
}
}
See Getting Started for client-specific install steps.