
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
mcparmory-opencage-geocoding
Advanced tools
Convert addresses to coordinates and reverse-geocode locations worldwide
Base URL: https://api.opencagedata.com/geocode/v1
| Category | Maps & Location |
| Tools | 3 |
| Auth | API Key |
API_KEY=YOUR_API_KEY \
uvx mcparmory-opencage-geocoding
pip install mcparmory-opencage-geocoding
API_KEY=YOUR_API_KEY \
mcparmory-opencage-geocoding
Add to your MCP client config (e.g. Claude Desktop, Cursor, Codex):
{
"mcpServers": {
"opencage-geocoding": {
"command": "uvx",
"args": ["mcparmory-opencage-geocoding"],
"env": {
"API_KEY": "YOUR_API_KEY"
}
}
}
}
Set the following environment variables (via MCP client env config, shell export, or .env file):
API_KEY — API Key Authentication (key)Do not commit credentials to version control.
First, configure your credentials in .env (see Credentials above).
pip install -r requirements.txt
python server.py
Edit .mcp.json and replace <SERVER_DIR> with the absolute path to this directory, then add to your MCP client configuration.
Example (if server is at /home/user/mcp-servers/opencage-geocoding):
{
"mcpServers": {
"opencage-geocoding": {
"command": "python",
"args": ["/home/user/mcp-servers/opencage-geocoding/server.py"]
}
}
}
docker run -p 8000:8000 \
-e API_KEY=YOUR_API_KEY \
ghcr.io/mcparmory/opencage-geocoding:latest
First, configure your credentials in .env (see Credentials above).
docker build -t opencage-geocoding .
docker run -p 8000:8000 --env-file .env opencage-geocoding
Before running, make sure ports 8000 are free.### MCP client config (Docker)
For Docker, use SSE transport in your MCP client config:
{
"mcpServers": {
"opencage-geocoding": {
"type": "sse",
"url": "http://localhost:8000/sse"
}
}
}
.env - Credentials and server configuration.mcp.json - MCP client config templateDockerfile - Container buildLICENSE - MIT license for this generated coderequirements.txt - Python dependenciesREADME.md - This fileserver.py - MCP server entry point_auth.py - Authentication handlers_models.py - Request/response models_validators.py - Input validationNote: Files starting with . are hidden by default on macOS/Linux. Use ls -a in terminal or enable "Show hidden files" in your file manager to see .env and .mcp.json.
Generated by MCP Blacksmith · Quickstart docs · Report a bug
FAQs
Convert addresses to coordinates and reverse-geocode locations worldwide
The pypi package mcparmory-opencage-geocoding receives a total of 197 weekly downloads. As such, mcparmory-opencage-geocoding popularity was classified as not popular.
We found that mcparmory-opencage-geocoding demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.