AddressPenny MCP Server
@addresspenny/mcp
Model Context Protocol-Server für die Adressvalidierung mit Addresspenny. Ermöglicht es Claude Desktop, Cursor und jedem MCP-kompatiblen Agenten, Postanschriften zu validieren, Listen in großen Mengen zu bereinigen und Adressen aus freiem Text zu extrahieren.
Tools
validate_address— validiert eine einzelne Postanschrift. Gibt die standardisierte Adresse und Validierungsmetadaten zurück. Verbraucht 1 Credit.bulk_validate— validiert bis zu 100 Adressen in einem Aufruf. Verbraucht 1 Credit pro Adresse.parse_and_validate— extrahiert jede Postanschrift aus unstrukturiertem Text (Chats, Transkripte, gescrapte Seiten) und validiert jede einzelne. Verbraucht 1 Credit pro extrahierter und validierter Adresse.
Related MCP server: Personal Toolkit MCP Server
Anforderungen
Node.js 18 oder neuer
Ein Addresspenny-Konto mit einem API-Token und der Konto-ID des Tokens — erstellen Sie beides unter addresspenny.com
Konfiguration
Der Server liest drei Umgebungsvariablen:
Variable | Erforderlich | Standardwert | Hinweise |
| ja | — | API-Token von Addresspenny |
| ja | — | Präfixierte Konto-ID (z. B. |
| nein |
| Überschreibung für selbst gehostete oder Staging-Umgebungen |
Claude Desktop
Bearbeiten Sie ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) oder das Äquivalent auf Ihrem Betriebssystem:
{
"mcpServers": {
"addresspenny": {
"command": "npx",
"args": ["-y", "@addresspenny/mcp"],
"env": {
"ADDRESSPENNY_API_KEY": "your-api-token",
"ADDRESSPENNY_ACCOUNT_ID": "acct_your_account_id"
}
}
}
}Starten Sie Claude Desktop neu. Die Tools erscheinen unter dem Tool-Symbol in der Chateingabe.
Cursor
Fügen Sie dies zu ~/.cursor/mcp.json hinzu:
{
"mcpServers": {
"addresspenny": {
"command": "npx",
"args": ["-y", "@addresspenny/mcp"],
"env": {
"ADDRESSPENNY_API_KEY": "your-api-token",
"ADDRESSPENNY_ACCOUNT_ID": "acct_your_account_id"
}
}
}
}Lokale Entwicklung
npm install
npm run build
ADDRESSPENNY_API_KEY=... ADDRESSPENNY_ACCOUNT_ID=... node build/index.jsDer Server spricht MCP über stdio. Er ist nicht dazu gedacht, direkt aufgerufen zu werden — verweisen Sie einen MCP-Client mithilfe der obigen Konfiguration darauf.
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceAn MCP server that enables Claude Desktop to communicate with A2A protocol agents, allowing Claude to access extended capabilities through agent interactions.321
- FlicenseNot gradedqualityCmaintenanceA local MCP server providing text utilities, math functions, and a persistent todo list, enabling task automation via natural language in Claude Desktop.
- AlicenseNot gradedqualityCmaintenanceMCP server that lets AI agents create reviewable physical mail drafts, validate quotes, and pay for postage via MPP or x402 protocols.1MIT
- AlicenseAqualityAmaintenanceAn MCP server that exposes ISO 20022 postal-address classification, assessment, and remediation tools for AI agents, enabling them to prepare debtor/creditor addresses for the November 2026 structured-address cutover.91Apache 2.0
Related MCP Connectors
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CanalWestStudio/addresspenny-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server