Agentpmt Agent Payment

by Apoth3osis-ai

360 downloads
Not rated
GitHub

About

AgentPMT - Empowering AI Agents with Secure Payment Capabilities

Details

Author
Apoth3osis-ai
Downloads
360
Categories
AI

- One-click installer for Windows, macOS, and Linux
- Auto-detects and configures supported AI tools
- 55+ premium tools with pay-per-use pricing
- Secure, encrypted HTTPS communication
- Local storage of API keys and budget controls

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Agentpmt Agent Payment
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Get API and Budget Keys from agentpmt.com, download the installer for your OS, run it, enter your credentials, select the AI tools to configure, then restart your AI assistant. All 55+ tools become immediately available.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "agentpmt   agent payment": {
            "agent-payment": {
                "command": "/path/to/agent-payment-server",
                "args": [],
                "env": {
                    "AGENT_PAYMENT_API_KEY": "<YOUR_API_KEY>",
                    "AGENT_PAYMENT_BUDGET_KEY": "<YOUR_BUDGET_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "agent-payment": {
        "command": "/path/to/agent-payment-server",
        "args": [],
        "env": {
            "AGENT_PAYMENT_API_KEY": "<YOUR_API_KEY>",
            "AGENT_PAYMENT_BUDGET_KEY": "<YOUR_BUDGET_KEY>"
        }
    }
}

Agent Payment MCP

> One-click installer to add 55+ premium AI tools to Claude Desktop, Cursor, VS Code, and other AI coding assistants.

Agent Payment MCP

What is This?

Agent Payment MCP lets your AI coding assistant (like Claude Desktop) access powerful tools for:

- ๐Ÿงฎ Smart Math - Symbolic calculus, numerical computing, statistics
- ๐Ÿ“Š Synthetic Data - Generate realistic test data (people, companies, families, e-commerce)
- ๐Ÿ”ง Text Utilities - 30+ text transformation tools (case conversion, formatting, etc.)
- ๐Ÿ Python Isolation - Run Python code with conflicting library versions safely
- ๐ŸŒ Network Tools - WebSocket, MQTT, SMTP, Tor, IPFS access
- ๐Ÿ’พ Immutable Storage - TWINE cryptographic timestamping and decentralized storage
- ๐ŸŽฒ Random Data - Cryptographically secure random bytes for keys and tokens

All tools are pay-per-use with transparent pricing (most $0.01 per execution).

Quick Install

Step 1: Get API Keys

Visit agentpmt.com and create an account to get:
- API Key - Authenticates your requests
- Budget Key - Controls spending limits

Step 2: Download Installer

Download the installer for your operating system:

Windows:

https://github.com/Apoth3osis-ai/agent-payment-mcp/releases/latest/download/agent-payment-installer-windows-amd64.exe

macOS (Apple Silicon - M1/M2/M3):

https://github.com/Apoth3osis-ai/agent-payment-mcp/releases/latest/download/agent-payment-installer-macos-arm64

macOS (Intel):

https://github.com/Apoth3osis-ai/agent-payment-mcp/releases/latest/download/agent-payment-installer-macos-intel

Linux:

https://github.com/Apoth3osis-ai/agent-payment-mcp/releases/latest/download/agent-payment-installer-linux-amd64

Step 3: Run Installer

1. Double-click the installer - A browser window will open automatically
2. Enter your API credentials from Step 1
3. Select your AI tools - The installer auto-detects what's installed
4. Click "Install" - Installation completes in seconds
5. Restart your AI tool (Claude Desktop, Cursor, etc.)

That's it! All 55+ tools are now available in your AI assistant.

Supported AI Tools

The installer automatically detects and configures:

- โœ… Claude Desktop - Anthropic's official desktop app
- โœ… Claude Code CLI - Command-line interface
- โœ… Cursor - AI-powered VS Code fork
- โœ… VS Code - With GitHub Copilot or similar extensions
- โœ… Windsurf - Codeium's AI IDE
- โœ… Zed - Modern code editor with AI
- โš™๏ธ JetBrains IDEs - Manual configuration required (IntelliJ, PyCharm, etc.)

Troubleshooting

Windows: "Windows Defender blocked this app"

This is normal for unsigned executables. To allow the installer:

Option 1: Add Exclusion (Automatic)
The installer tries to do this automatically, but if it fails:

1. Open Windows Security โ†’ Virus & threat protection
2. Click Manage settings
3. Scroll to Exclusions โ†’ Add or remove exclusions
4. Click Add an exclusion โ†’ Folder
5. Add: %USERPROFILE%\.agent-payment

Option 2: Run Anyway (One-time)
When Windows Defender warns you:
1. Click More info
2. Click Run anyway

Tools Not Showing Up

1. Restart your AI tool completely - Close and reopen
2. Check MCP server status:
- Claude Desktop: Open logs in %APPDATA%\Claude\logs\ (Windows) or ~/Library/Application Support/Claude/logs/ (macOS)
- Look for [agent-payment] entries
3. Verify installation:
- Check that ~/.agent-payment/agent-payment-server exists
- Check that ~/.agent-payment/config.json contains your API keys

Still Having Issues?

- Check logs: Most AI tools have MCP logs showing connection errors
- Verify API keys: Make sure they're copied correctly (no extra spaces)
- Check network: Some tools require internet access to connect
- Open an issue: GitHub Issues

What Gets Installed?

The installer creates:

~/.agent-payment/
โ”œโ”€โ”€ agent-payment-server # MCP server binary (6-8 MB)
โ””โ”€โ”€ config.json # Your API credentials (encrypted)

And updates your AI tool's MCP configuration file(s).

Security & Privacy

- โœ… API keys stored locally - Never sent to third parties
- โœ… Open source - All code is auditable on GitHub
- โœ… No telemetry - We don't track usage beyond API billing
- โœ… Encrypted communication - All API calls use HTTPS
- โœ… Budget controls - Set spending limits via Budget Key

Uninstall

To remove Agent Payment MCP:

1. Remove the MCP server:

   rm -rf ~/.agent-payment

2. Remove from AI tool configs:
- Claude Desktop: Edit claude_desktop_config.json and remove agent-payment section
- Cursor: Edit ~/.cursor/mcp.json and remove agent-payment section
- VS Code: Edit mcp.json in settings and remove agent-payment section
- Others: Similar process for each tool

3. Restart your AI tools

Need Help?

- ๐Ÿ“– Documentation: Installation Guide
- ๐Ÿ› Issues: GitHub Issues
- ๐ŸŒ Website: agentpmt.com

For Developers

Want to contribute or build from source? See docs/development/ for technical documentation.

License

MIT - See LICENSE

No reviews yet โ€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.