-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
54 lines (54 loc) · 1.54 KB
/
Copy pathserver.json
File metadata and controls
54 lines (54 loc) · 1.54 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.meltingpixelsai/harvey-tools",
"description": "Web scraping, code review, content generation, and analysis tools. Pay-per-call USDC.",
"repository": {
"url": "https://github.com/meltingpixelsai/harvey-tools",
"source": "github"
},
"version": "1.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "@meltingpixels/harvey-tools",
"version": "1.1.0",
"transport": {
"type": "streamable-http",
"url": "https://tools.rugslayer.com/mcp"
},
"environmentVariables": [
{
"description": "xAI Grok API key for LLM-powered tools",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "XAI_API_KEY"
},
{
"description": "Solana wallet address for receiving USDC payments",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "PAYMENT_WALLET"
}
]
}
],
"_meta": {
"x402": {
"network": "solana",
"currency": "USDC",
"facilitator": "https://facilitator.payai.network",
"tools": {
"scrape_url": "$0.005",
"screenshot_url": "$0.005",
"extract_structured_data": "$0.02",
"review_code": "$0.03",
"generate_content": "$0.05",
"analyze_sentiment": "$0.01",
"search_web": "$0.01"
},
"free_tools": ["list_tools", "health"]
}
}
}