x
x711
Pay-per-use tool API for AI agents with free tier, x402 USDC micropayments, and API key access.
Share:
About
Pay-per-use tool API for AI agents with free tier, x402 USDC micropayments, and API key access.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about x711.
- What is the X711 MCP used for?
- The X711 MCP provides a pay-per-use API for AI agents, primarily for commerce and payments. It enables micropayments using x402 USDC for tool usage.
- How do I configure X711 in a client like Claude Desktop?
- Configuration details for specific MCP clients are typically found in the client's documentation. Generally, you would add the MCP server definition, specifying the 'x711' slug and 'stdio' transport.
- Does X711 require an API key or other credentials?
- Yes, X711 requires an API key for access. It also offers a free tier, but specific details on access methods for the free tier would be found in the X711 documentation.
- What are the typical costs associated with using the X711 MCP?
- X711 operates on a pay-per-use model, charging via x402 USDC micropayments. A free tier is also available, according to the X711 service description.
- What is a common limitation or prerequisite for using X711?
- A prerequisite for using X711 is the ability to handle x402 USDC micropayments. Depending on your agent's capabilities, managing these transactions may require specific integrations or wallet support.
Install x711
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"x711": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-x711"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"x711": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-x711"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"x711": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-x711"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.