Skip to content

Instantly share code, notes, and snippets.

@Mine77
Last active October 30, 2025 11:59
Show Gist options
  • Select an option

  • Save Mine77/11478c3e39587f5610d011aa281aae1c to your computer and use it in GitHub Desktop.

Select an option

Save Mine77/11478c3e39587f5610d011aa281aae1c to your computer and use it in GitHub Desktop.
nuwa-agent.json for erc8004 test
{
"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