AddressPenny MCP Server
@addresspenny/mcp
Addresspenny住所検証用のModel Context Protocolサーバーです。Claude Desktop、Cursor、およびMCP互換エージェントで、住所の検証、リストの一括クリーニング、自由形式のテキストからの住所抽出が可能になります。
ツール
validate_address— 単一の住所を検証します。標準化された住所と検証メタデータを返します。1クレジットを消費します。bulk_validate— 1回の呼び出しで最大100件の住所を検証します。住所1件につき1クレジットを消費します。parse_and_validate— 非構造化テキスト(チャット、トランスクリプト、スクレイピングされたページなど)からすべての住所を抽出し、それぞれを検証します。抽出および検証された住所1件につき1クレジットを消費します。
Related MCP server: Personal Toolkit MCP Server
要件
Node.js 18以上
APIトークンとトークンのアカウントIDを持つAddresspennyアカウント — addresspenny.comで両方を作成してください。
設定
サーバーは3つの環境変数を読み取ります:
変数 | 必須 | デフォルト | 備考 |
| はい | — | AddresspennyのAPIトークン |
| はい | — | プレフィックス付きアカウントID (例: |
| いいえ |
| セルフホストまたはステージング用の上書き |
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) またはお使いのOSの同等のファイルを編集します:
{
"mcpServers": {
"addresspenny": {
"command": "npx",
"args": ["-y", "@addresspenny/mcp"],
"env": {
"ADDRESSPENNY_API_KEY": "your-api-token",
"ADDRESSPENNY_ACCOUNT_ID": "acct_your_account_id"
}
}
}
}Claude Desktopを再起動します。チャット入力欄のツールアイコンの下にツールが表示されます。
Cursor
~/.cursor/mcp.json に以下を追加します:
{
"mcpServers": {
"addresspenny": {
"command": "npx",
"args": ["-y", "@addresspenny/mcp"],
"env": {
"ADDRESSPENNY_API_KEY": "your-api-token",
"ADDRESSPENNY_ACCOUNT_ID": "acct_your_account_id"
}
}
}
}ローカル開発
npm install
npm run build
ADDRESSPENNY_API_KEY=... ADDRESSPENNY_ACCOUNT_ID=... node build/index.jsこのサーバーはstdio経由でMCPと通信します。直接呼び出すことを意図したものではありません。上記の設定を使用してMCPクライアントから指定してください。
ライセンス
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