AddressPenny MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADDRESSPENNY_API_KEY | Yes | API token from AddressPenny | |
| ADDRESSPENNY_API_URL | No | Override for self-hosted or staging | https://addresspenny.com/api/v1 |
| ADDRESSPENNY_ACCOUNT_ID | Yes | Prefixed account ID (e.g. 'acct_abc123') |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_addressA | Validate a single postal address. Returns the standardized address, deliverability status, and validation metadata. Consumes 1 credit. |
| bulk_validateA | Validate up to 100 postal addresses in a single request. Consumes 1 credit per address. Returns an array where each entry is either a validated address or an error. |
| parse_and_validateA | Extract postal addresses from unstructured text (emails, chat messages, call transcripts, scraped pages) and validate each one. Consumes 1 credit per extracted and validated address. Returns an empty list if no complete addresses are found. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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