# PostAgent

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/interpretai-tech/agent-tools  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/postagent

## Description
Print & mail PDF/HTML/Markdown/text/DOCX/images to US addresses; pay per call in x402 USDC on Base.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "postagent": {
    "command": "npx",
    "args": ["-y","postagent"]
  }
}
```

## Documentation & README

# InterpretAI Agent Skills

Installable [agent skills](https://skills.sh) from InterpretAI, usable with
Claude Code, Cursor, Codex, and other agents via the `npx skills` CLI.

## Skills

| Skill | Description |
| ----- | ----------- |
| [`postagent-ship-mail-and-packages`](https://github.com/interpretai-tech/agent-tools/blob/HEAD/skills/postagent-ship-mail-and-packages) | Print and physically mail a document to a US address via the PostAgent API, paid per-send in USDC over x402. |

## Install

```bash
# List everything in this repo
npx skills add interpretai-tech/agent-skills --list

# Install a specific skill (optionally to a specific agent, globally)
npx skills add interpretai-tech/agent-skills --skill postagent-ship-mail-and-packages -g -a claude-code
```

