-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
24 lines (24 loc) · 745 Bytes
/
server.json
File metadata and controls
24 lines (24 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.swarmx/swarms-x402",
"title": "SwarmX",
"description": "Multi-agent AI orchestration with native x402 micropayments. 39 MCP tools for crypto analysis, smart contract audit, DeFi yield optimization, code review, research reports, and real-time Solana trading data. Pay per call with USDC.",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/SolTwizzy/swarms-x402.git"
},
"packages": [
{
"registry_name": "npm",
"name": "swarms-x402",
"version": "0.1.0"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://swarmx.io/mcp"
}
]
}