CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mpp32 Mcp Server

mpp32/mpp32
24211 toolsauthSTDIOregistry active
Summary

Turns paid API calls into a single line of agent code. Instead of managing API keys, billing accounts, and payment handlers for every premium service, your agent browses a federated catalog of 4,500+ endpoints across token analytics, market data, image generation, and DeFi intelligence, then pays per call in USDC on Solana or Base. The x402 protocol handles settlement on chain in seconds while you never touch the money. Ships with a free Solana token intelligence tool that returns alpha scores, rug risk, whale flow, and pump probability. Useful when your agent needs real data that costs real money and you would rather write logic than payment plumbing.

Install to Claude Code

verified
claude mcp add mpp32 --env MPP32_AGENT_KEY=YOUR_MPP32_AGENT_KEY --env MPP32_SOLANA_PRIVATE_KEY=YOUR_MPP32_SOLANA_PRIVATE_KEY --env MPP32_PRIVATE_KEY=YOUR_MPP32_PRIVATE_KEY --env MPP32_API_URL=https://mpp32.org -- npx -y mpp32-mcp-server

Run in your terminal. Replace YOUR_* placeholders with real values; add --scope user to install for every project.

Review the command, arguments, and environment values before installing — MCP servers run with your local permissions.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Verified live against the running server on Jun 11, 2026.

verified live11 tools
get_mpp32_diagnosticsReport what the mpp32-mcp-server detected at startup: version, API URL, env vars (MPP32_AGENT_KEY, MPP32_SOLANA_PRIVATE_KEY, MPP32_PRIVATE_KEY, MPP32_PREFERRED_NETWORK), and a live API connectivity check. Use this FIRST if payments fail with 'no key configured' even though you...

Report what the mpp32-mcp-server detected at startup: version, API URL, env vars (MPP32_AGENT_KEY, MPP32_SOLANA_PRIVATE_KEY, MPP32_PRIVATE_KEY, MPP32_PREFERRED_NETWORK), and a live API connectivity check. Use this FIRST if payments fail with 'no key configured' even though you...

No parameters — call it with no arguments.

debug_mpp32Alias for get_mpp32_diagnostics. Reports env-var detection, API connectivity, and ready-to-pay status.

Alias for get_mpp32_diagnostics. Reports env-var detection, API connectivity, and ready-to-pay status.

No parameters — call it with no arguments.

list_mpp32_servicesBrowse the MPP32 federated catalog of 4,500+ machine-payable APIs and data services. Includes native MPP32 services (callable end-to-end through this MCP), the x402 Bazaar (USDC on Solana), curated free APIs (DexScreener, Jupiter, CoinGecko health, httpbin, etc.), and the publ...5 params

Browse the MPP32 federated catalog of 4,500+ machine-payable APIs and data services. Includes native MPP32 services (callable end-to-end through this MCP), the x402 Bazaar (USDC on Solana), curated free APIs (DexScreener, Jupiter, CoinGecko health, httpbin, etc.), and the publ...

Parameters* required
qstring
Free-text search across name, description, tags, and category.
limitinteger
Max results (default 100, max 500).
sourcestring
Filter by catalog source. 'native' = callable end-to-end; 'curated'/'free' = often callable; 'x402-bazaar'/'mcp-registry' = mostly listing-only.one of native · x402-bazaar · mcp-registry · curated · free
categorystring
Filter by category slug (e.g. 'ai-inference', 'token-scanner', 'price-oracle', 'web-search', 'defi-analytics').
protocolstring
Filter by payment protocol (e.g. 'x402' for USDC-settled services).one of x402 · tempo · acp · ap2 · agtp
call_mpp32_endpointCall any HTTP-callable service in the MPP32 federated catalog. Free services return immediately. Paid services return a 402 challenge that this tool will sign and retry automatically when a payment key (MPP32_SOLANA_PRIVATE_KEY for x402-on-Solana, MPP32_PRIVATE_KEY for x402-on...5 params

Call any HTTP-callable service in the MPP32 federated catalog. Free services return immediately. Paid services return a 402 challenge that this tool will sign and retry automatically when a payment key (MPP32_SOLANA_PRIVATE_KEY for x402-on-Solana, MPP32_PRIVATE_KEY for x402-on...

Parameters* required
bodyvalue
JSON body (object or stringified) for POST/PUT/DELETE.
pathstring
Upstream path appended to the service's base URL (e.g. '/search' for Exa, '/v1/chat/completions' for OpenAI). Leave empty for catalog entries that already store a full path, or for native MPP32 services. Always begins with '/'.
slug*string
Service slug from `list_mpp32_services` (e.g. 'curated:exa', 'mpp32-intelligence').
queryobject
URL query parameters as key-value pairs.
methodstring
HTTP method.one of GET · POST · PUT · DELETEdefault: POST
get_solana_token_intelligenceGet real-time Solana token intelligence from the MPP32 Intelligence Oracle. Returns alpha score (0-100), rug risk assessment, whale activity, smart money signals, 24h pump probability, projected ROI ranges, and aggregated DexScreener/Jupiter/CoinGecko market data. Costs $0.008...2 params

Get real-time Solana token intelligence from the MPP32 Intelligence Oracle. Returns alpha score (0-100), rug risk assessment, whale activity, smart money signals, 24h pump probability, projected ROI ranges, and aggregated DexScreener/Jupiter/CoinGecko market data. Costs $0.008...

Parameters* required
token*string
Solana token mint address or ticker symbol (e.g. SOL, BONK, JUP, M32, or full base58 address).
walletAddressstring
Optional Solana wallet address. Used for M32-holder discount preview; discount only applies after SIWS wallet-signature verification.
try_solana_token_intelligence_freeFREE preview of the MPP32 Intelligence Oracle. No payment, no agent key, no Solana private key required. Returns the SAME payload as the paid endpoint (alpha score, rug risk, whale activity, smart money signals, pump probability, market data) for any Solana token. Rate-limited...1 params

FREE preview of the MPP32 Intelligence Oracle. No payment, no agent key, no Solana private key required. Returns the SAME payload as the paid endpoint (alpha score, rug risk, whale activity, smart money signals, pump probability, market data) for any Solana token. Rate-limited...

Parameters* required
token*string
Solana token mint address or ticker symbol (e.g. SOL, BONK, JUP, M32, or full base58 address).
get_m32_whale_trackerM32-gated whale analysis for any Solana token. Returns top 20 holders, concentration risk, holder distribution, and buy/sell pressure. Requires the caller to hold 1,000,000+ M32 tokens (balance verified on-chain via X-Wallet-Address header). Free for qualifying holders — no pa...2 params

M32-gated whale analysis for any Solana token. Returns top 20 holders, concentration risk, holder distribution, and buy/sell pressure. Requires the caller to hold 1,000,000+ M32 tokens (balance verified on-chain via X-Wallet-Address header). Free for qualifying holders — no pa...

Parameters* required
token*string
Solana token mint address to analyze for whale activity.
walletAddress*string
Your Solana wallet address. M32 balance is checked on-chain to verify you hold 1M+ M32.
compare_tokens_m32M32-gated head-to-head intelligence comparison of two Solana tokens. Returns side-by-side alpha scores, rug risk, whale activity, volume, liquidity, market data, and a winner verdict. Requires the caller to hold 2,500,000+ M32 tokens (balance verified on-chain via X-Wallet-Add...3 params

M32-gated head-to-head intelligence comparison of two Solana tokens. Returns side-by-side alpha scores, rug risk, whale activity, volume, liquidity, market data, and a winner verdict. Requires the caller to hold 2,500,000+ M32 tokens (balance verified on-chain via X-Wallet-Add...

Parameters* required
tokenA*string
First Solana token mint address.
tokenB*string
Second Solana token mint address.
walletAddress*string
Your Solana wallet address. M32 balance is checked on-chain to verify you hold 2.5M+ M32.
scan_portfolio_m32M32-gated full wallet portfolio scan. Discovers all SPL tokens in a Solana wallet, runs intelligence on top holdings, and returns per-token analysis with aggregate portfolio risk metrics. Requires the caller to hold 5,000,000+ M32 tokens (balance verified on-chain via X-Wallet...2 params

M32-gated full wallet portfolio scan. Discovers all SPL tokens in a Solana wallet, runs intelligence on top holdings, and returns per-token analysis with aggregate portfolio risk metrics. Requires the caller to hold 5,000,000+ M32 tokens (balance verified on-chain via X-Wallet...

Parameters* required
wallet*string
Solana wallet address to scan for token holdings.
walletAddress*string
Your Solana wallet address. M32 balance is checked on-chain to verify you hold 5M+ M32.
get_pivx_dao_intelligenceGet real-time PIVX DAO governance intelligence. Returns active budget proposals with masternode voting tallies (Yes/No counts, net yes percentages), budget allocation status, network deflation metrics (unallocated treasury PIV that are never minted), and masternode network hea...2 params

Get real-time PIVX DAO governance intelligence. Returns active budget proposals with masternode voting tallies (Yes/No counts, net yes percentages), budget allocation status, network deflation metrics (unallocated treasury PIV that are never minted), and masternode network hea...

Parameters* required
filterstring
Filter proposals by status: 'all' (default), 'passing' (funded proposals), or 'failing' (below threshold).one of all · passing · failingdefault: all
includeStatsboolean
Include network stats and deflation metrics (default: true).default: true
manage_agent_budgetView, set, or reset the spending circuit breaker for your MPP32 agent session. Use 'get' to check current budget status (remaining budget, hourly velocity, circuit breaker state). Use 'set' to configure spending limits (budget cap in USD, hourly velocity limit, alert threshold...4 params

View, set, or reset the spending circuit breaker for your MPP32 agent session. Use 'get' to check current budget status (remaining budget, hourly velocity, circuit breaker state). Use 'set' to configure spending limits (budget cap in USD, hourly velocity limit, alert threshold...

Parameters* required
action*string
Action: 'get' = view budget status, 'set' = update limits, 'reset' = clear tripped circuit breakerone of get · set · reset
budgetLimitUsdnumber
Maximum total session spend in USD. Only used with action='set'.
velocityLimitUsdnumber
Maximum spend per hour in USD. Only used with action='set'.
alertThresholdPercentinteger
Budget percentage at which to warn (e.g. 80 = warn at 80% spent). Only used with action='set'.

MPP32

The payment layer for AI agents. One install. Pay any x402 endpoint on Solana or Base from your agent. Browse a federated index of thousands of machine payable APIs without a single provider account.

npm version License: MIT Website

Why this exists

Most agent stacks stop at "the model can call a function." That works until the function costs money. The moment your agent needs premium data, a paid model, a trading signal, or a token analytics call, you are back to building accounts, storing API keys, watching budgets, and writing custom 402 handlers for every provider.

MPP32 replaces all of that. Your agent asks for a service by name. The proxy finds it in a federated catalog of thousands of machine payable APIs, signs payment with a key on your own machine, and returns the data. You write zero billing code. You manage zero provider accounts. Settlement lands on chain in seconds. MPP32 never touches the money.

What an agent gains the moment it connects

  • A live catalog of over 4,500 paid and free APIs across token intelligence, market data, web search, image generation, embeddings, DeFi analytics, wallet scoring, on chain queries, trading signals, and more.
  • Automatic x402 payment on Solana (USDC) and Base (USDC), picked per call based on which signing key you configured.
  • Real time Solana token intelligence with alpha scoring, rug risk, whale flow, smart money signals, and 24 hour pump probability.
  • A dashboard at mpp32.org that tracks every call, every dollar settled, every protocol used, every latency reading.
  • End to end audit. Every settlement comes back with an on chain signature you can verify on Solscan or Basescan.

Payment rails

RailStatusSettles inNetworkVerification
x402ProductionUSDCSolana mainnetPayAI facilitator with Coinbase CDP failover
x402ProductionUSDCBasePayAI facilitator with Coinbase CDP failover
TempoEnvelope wired, disabled in productionpathUSDEthereum L2mppx SDK (client signer pending)
ACPEnvelope wired, disabled in productionCheckout sessionMulti chainDatabase backed flow
AP2Envelope wired, disabled in productionVerifiable credentialsChain agnosticECDSA P-256
AGTPEnvelope wired, disabled in productionAgent certificatesChain agnosticHMAC SHA256

The backend refuses to boot when its configured facilitator does not advertise the configured network, so settlement reliability is a guarantee at process start. A CI integration test runs against the live facilitator on every push to keep the env defaults honest. Per request failover routes verify and settle to the backup facilitator on transport errors.

The proxy implements every envelope and verifies challenges in tests, but only x402 has a tested end to end client flow in this MCP today. The other rails light up as their signers ship.

Try it free in 30 seconds

Install the MCP server with no keys, no signup, no payment. Ask your agent for a token analysis and the free preview tool returns the full Intelligence Oracle payload immediately.

npx -y mpp32-mcp-server@latest

The try_solana_token_intelligence_free tool ships out of the box. Same payload as the paid endpoint, capped at ten calls per minute per IP. Once the data quality earns trust, swap in keys for unlimited attributed usage.

Install

The MCP server is on npm and listed in the official Model Context Protocol registry.

npx -y mpp32-mcp-server@latest

Drop this into the MCP servers section of Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP compatible client.

{
  "mcpServers": {
    "mpp32": {
      "command": "npx",
      "args": ["-y", "mpp32-mcp-server@latest"],
      "env": {
        "MPP32_AGENT_KEY": "mpp32_agent_…",
        "MPP32_SOLANA_PRIVATE_KEY": "<your base58 Solana secret key>"
      }
    }
  }
}

MPP32_SOLANA_PRIVATE_KEY is the base58 encoded 64 byte Solana secret key — the value Phantom exports under show private key, not the seed phrase. From a keypair.json file run node -e "console.log(require('bs58').encode(Buffer.from(JSON.parse(require('fs').readFileSync('keypair.json')))))" once and paste the result.

The wallet needs both USDC (for the payment) and a small amount of native SOL (for transaction fees). About 0.001 SOL covers many calls. A USDC only wallet returns insufficient funds for rent.

Get an MPP32_AGENT_KEY at mpp32.org/agent-console. The form returns the key and a ready to paste config snippet. With an agent key every call is attributed to your dashboard. Without it the server still works but only on free services. Private keys never leave your machine.

What the tools do

Three tools any MCP compatible agent can call.

  • list_mpp32_services browses the federated catalog. Returns native, curated free, x402 bazaar, and MCP registry entries with pricing, supported protocols, and a clear flag on every row that tells the agent whether it can actually call the service through this MCP or whether the entry is for discovery only.
  • call_mpp32_endpoint invokes any HTTP callable service. Free services return immediately. Paid services return a 402 challenge that this tool signs locally and retries automatically when a payment key is configured.
  • get_solana_token_intelligence runs the MPP32 native oracle. Pulls live data from DexScreener, Jupiter, and CoinGecko, merges it into one report, returns alpha score, rug risk, whale activity, smart money signals, 24 hour pump probability, projected ROI, and full market data. Costs $0.008 per call, paid automatically when a key is set.

Verify it without trusting us

The protocol integrations are running in production. You can confirm them against any registered endpoint without writing code.

See the 402 challenge with every protocol header:

curl -i https://mpp32.org/api/proxy/mpp32-intelligence

The response will include the x402 Payment-Required envelope and an X-Payment-Methods: x402 advertisement. Tempo, ACP, AP2, and AGTP challenge headers are gated off in production until each protocol's client signer ships; flip the matching *_ENABLED env var in backend/.env to test them locally.

Read the full OpenAPI spec with per endpoint protocol and pricing detail:

curl https://mpp32.org/openapi.json

Read the federated catalog directly:

curl https://mpp32.org/api/agent/services

Use the single execute endpoint that wraps every protocol:

curl -X POST https://mpp32.org/api/agent/execute \
  -H 'X-Agent-Key: mpp32_agent_…' \
  -H 'Content-Type: application/json' \
  -d '{"service":"mpp32-intelligence","method":"POST","body":{"token":"SOL"}}'

For API providers

List your endpoint once and start receiving x402 payment automatically. MPP32 handles the payment negotiation, on chain verification, discovery listings via OpenAPI and A2A and MCP standards, periodic health re checks, and a full analytics dashboard. Settlement lands in USDC on Solana or Base directly to your wallet. Three consecutive verification failures suspend the listing so dead endpoints do not pollute the catalog.

Register at mpp32.org/build. Manage your listing at mpp32.org/manage using a recovery code delivered to your email.

Security posture

MPP32 was built with the assumption that everything will eventually be probed.

  • Production environment refuses to boot if the signing secret is missing or matches a known committed default.
  • All outbound URLs from user submissions and agent execute calls run through an SSRF guard that blocks private, loopback, link local, IPv6 unique local, and cloud metadata addresses.
  • Agent session API keys are hashed at rest using SHA256. A database leak does not surrender live credentials.
  • AGTP agent identity uses HMAC SHA256 with a server held salt so signatures cannot be forged from a public agent id.
  • Recovery one time codes refuse to issue in production when the email channel is not configured. Codes are never logged in plaintext when the system is configured correctly.
  • The idempotency cache is bounded with LRU eviction. Admin endpoints are rate limited per IP on top of the secret check.

Discovery endpoints

EndpointFormatPurpose
/openapi.jsonOpenAPI 3.1Full API spec with per endpoint protocol and pricing info
/.well-known/agent.jsonA2A Agent CardAgent to agent discovery with skills and auth schemes
/api/mcp-configMCP ConfigMCP compatible agent integration
/api/submissionsJSONPublic directory of all registered API providers
/api/agent/servicesJSONFederated catalog including native, curated, x402 bazaar, MCP registry

Stack

  • Frontend: React 18, Vite, React Router v6, Tailwind, shadcn/ui, Framer Motion
  • Backend: Hono on Bun, Zod validation, Prisma, SQLite
  • Protocols: Mppx SDK (Tempo), in house verification (x402, AP2, ACP, AGTP)
  • Distribution: npm (mpp32-mcp-server), official MCP registry, published agent card

Links

ResourceURL
Websitempp32.org
Docsmpp32.org/docs
Playgroundmpp32.org/playground
Ecosystemmpp32.org/ecosystem
Agent Consolempp32.org/agent-console
MCP packagenpmjs.com/package/mpp32-mcp-server
MCP registryregistry.modelcontextprotocol.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

MPP32_AGENT_KEYsecret

Session key from https://mpp32.org/agent-console. Unlocks the full federated catalog and attributes every call to your dashboard. Optional in legacy mode where only native services are reachable.

MPP32_SOLANA_PRIVATE_KEYsecret

Solana private key used to sign x402 USDC payments locally. Only needed when calling paid services that prefer x402. Stays on your machine, never sent to MPP32 servers.

MPP32_PRIVATE_KEYsecret

Ethereum L2 private key used to sign Tempo pathUSD payments locally. Optional fallback for paid services when x402 is not available. Stays on your machine, never sent to MPP32 servers.

MPP32_API_URLdefault: https://mpp32.org

Override the API base URL for custom deployments. Defaults to https://mpp32.org.

Categories
AI & LLM ToolsFinance & Commerce
Registryactive
Packagempp32-mcp-server
TransportSTDIO
AuthRequired
Tools verifiedJun 11, 2026
UpdatedMay 10, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f