Last active
October 30, 2025 11:59
-
-
Save Mine77/11478c3e39587f5610d011aa281aae1c to your computer and use it in GitHub Desktop.
nuwa-agent.json for erc8004 test
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