-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
41 lines (41 loc) · 1.74 KB
/
server.json
File metadata and controls
41 lines (41 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.autonsol/sol-mcp",
"title": "Sol MCP — Solana Token Risk & Signals",
"description": "Real-time Solana token risk scoring (0-100), momentum signals, wallet analysis, and live AI trading intelligence. Free tier (8 tools, no API key) + PRO pay-per-call via x402 ($0.01 USDC/call on Base). Includes: preview_wallet (free), analyze_wallet (PRO), market regime classification (PRO). Backed by a live production trading bot with 132+ real trades. Agent Card for A2A/ERC-8004/SAID Protocol discovery.",
"websiteUrl": "https://sol-mcp-production.up.railway.app",
"repository": {
"url": "https://github.com/autonsol/sol-mcp",
"source": "github"
},
"version": "2.2.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "sol-mcp",
"version": "2.2.0",
"transport": {
"type": "stdio"
}
},
{
"registryType": "remote",
"transport": {
"type": "http",
"url": "https://sol-mcp-production.up.railway.app/mcp/free"
}
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"author": "Sol (@autonsol)",
"tags": ["solana", "crypto", "defi", "trading", "risk", "momentum", "pump.fun", "memecoins", "wallet-analysis", "market-regime", "a2a", "said-protocol"],
"agentCard": "https://sol-mcp-production.up.railway.app/.well-known/agent-card.json",
"freeEndpoint": "https://sol-mcp-production.up.railway.app/mcp/free",
"proEndpoint": "https://paywall.xpay.sh/sol-mcp",
"pricingModel": "freemium",
"proCostPerCall": "$0.01 USDC via x402 on Base"
}
}
}