SOLx402 MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to interact with the x402 payment protocol on Solana.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"solx402-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
SOLx402 MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to interact with the x402 payment protocol on Solana.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
MCP Security Weekly
Get CVE alerts and security updates for Solx402 Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
SOLx402 MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to interact with the x402 payment protocol on Solana. It provides tools for discovering and consuming x402-enabled services, managing USDC payments, querying protocol documentation, and accessing Solana development resources through integrated MCP clients.
To integrate the SOLx402 MCP Server, follow these steps:
Go to the SOLx402 MCP Server Smithery page.
Sign in.
Click the Configure button.
Fill in the required fields (and optional fields, if needed).
Generate the URL using your API key and Profile, then copy it.
Add the generated MCP Server URL to your system (e.g., Claude, Cursor, VS Code, etc.).
{
"mcpServers": {
"solx402-mcp-server": {
"url": "https://server.smithery.ai/@leandrogavidia/solx402-mcp-server/mcp?api_key=<YOUR-SMITHERY-API-KEY>&profile=<YOUR-SMITHERY-PROFILE>",
"type": "streamable-http",
"timeout": 120000
},
}
}
Documentation
search_x402_documentation: Search across the x402 documentation to find relevant information, code examples, API references, and guides.
x402_protocol_flow: Visual diagram showing the x402 protocol flow and architecture.
Services Discovery
get_x402_services: Retrieve a list of available x402 services from the facilitator.
get_facilitators: Retrieve a list of known Solana facilitators.
Service Consumption
consume_x402_service: Consume a specific x402 service with automatic payment handling.
⚠️ Note: x402 services are external services maintained by third-party teams. While these services appear in the discovery layer, they may be temporarily down, unavailable, or experiencing issues. Service availability depends entirely on the external teams managing them.
Wallet Info
get_wallet_public_key: Retrieve the public key of the configured wallet.Balance
get_wallet_usdc_balance: Check the USDC token balance of the configured wallet.Expert Assistance
Ask_Solana_Anchor_Framework_Expert: Ask questions about developing on Solana with the Anchor Framework.
Solana_Expert__Ask_For_Help: Get expert help on Solana development topics, concepts, APIs, SDKs, and errors.
Documentation
Solana_Documentation_Search: Search documentation across the Solana ecosystem for up-to-date information.Critical Setup Requirement: When using this MCP server, it's essential to configure your MCP client with a minimum request timeout of 60,000ms (60 seconds) to ensure successful execution of x402 service consumption.