AddressPenny MCP Server
@addresspenny/mcp
用于 Addresspenny 地址验证的 Model Context Protocol 服务器。让 Claude Desktop、Cursor 以及任何兼容 MCP 的代理能够验证邮政地址、批量清理列表,并从自由格式文本中提取地址。
工具
validate_address— 验证单个邮政地址。返回标准化地址和验证元数据。消耗 1 个积分。bulk_validate— 在一次调用中验证最多 100 个地址。每个地址消耗 1 个积分。parse_and_validate— 从非结构化文本(聊天记录、转录、抓取的页面)中提取所有邮政地址并逐一验证。每个提取并验证的地址消耗 1 个积分。
Related MCP server: Personal Toolkit MCP Server
要求
Node.js 18 或更高版本
一个拥有 API 令牌及其账户 ID 的 Addresspenny 账户 — 请在 addresspenny.com 创建两者
配置
服务器读取三个环境变量:
变量 | 必需 | 默认值 | 说明 |
| 是 | — | 来自 Addresspenny 的 API 令牌 |
| 是 | — | 带前缀的账户 ID(例如 |
| 否 |
| 用于自托管或暂存环境的覆盖地址 |
Claude Desktop
编辑 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) 或您操作系统上的等效文件:
{
"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