Skip to main content
Glama
CanalWestStudio

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_KEY

はい

AddresspennyのAPIトークン

ADDRESSPENNY_ACCOUNT_ID

はい

プレフィックス付きアカウントID (例: acct_abc123)

ADDRESSPENNY_API_URL

いいえ

https://addresspenny.com/api/v1

セルフホストまたはステージング用の上書き

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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
3Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server that lets AI agents create reviewable physical mail drafts, validate quotes, and pay for postage via MPP or x402 protocols.
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    An 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.
    9
    1
    Apache 2.0

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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