Created
October 30, 2025 12:09
-
-
Save Mine77/a4b267c248a5266a2ca154e483b40690 to your computer and use it in GitHub Desktop.
agent-x402-mcp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1", | |
| "name": "x402 MCP Demo", | |
| "description": "The Model fee is flat. Waiting for v2's upto schema. 4o-mini is cheap enough but please go easy on it. I have no VC to back me for LLM fee.", | |
| "image": "https://example.com/placeholder.png", | |
| "endpoints": [ | |
| { | |
| "name": "llm", | |
| "endpoint": "https://gateway.example.com/llm", | |
| "modelId": "openai/gpt-4o-mini-2024-07-18", | |
| "providerId": "openrouter", | |
| "contextLength": 128000, | |
| "supportedInputs": [ | |
| "text", | |
| "image", | |
| "file" | |
| ], | |
| "parameters": {} | |
| }, | |
| { | |
| "name": "metadata", | |
| "displayName": "x402 MCP Demo", | |
| "suggestions": [ | |
| "give me a random number between 1 and 10", | |
| "what is 1 plus 1?", | |
| "write an article about ai and crypto", | |
| "hi!" | |
| ] | |
| }, | |
| { | |
| "name": "mcp", | |
| "endpoint": "https://x402.xnuwa.app/mcp", | |
| "serverName": "mcp-fot" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment