Created
October 31, 2025 12:19
-
-
Save Mine77/a4a516d5e3a6c97bac295a3276469753 to your computer and use it in GitHub Desktop.
nuwa-x402-mcp-demo.json
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://teal-known-goldfish-479.mypinata.cloud/ipfs/bafybeigmzd5vjmezjp6hc6wqoue7m54qhn6ccujsdaoxp2axjm63xamrn4", | |
| "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