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