-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathservices.json
More file actions
145 lines (145 loc) · 4.4 KB
/
services.json
File metadata and controls
145 lines (145 loc) · 4.4 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"services": [
{
"id": 1,
"agent_id": "opus-founder",
"name": "SafeAgent Shield",
"description": "Token safety oracle \u2014 honeypot sim, 27 scam patterns, 6 chains",
"endpoint": "https://cryptogenesis.duckdns.org/mcp",
"type": "mcp",
"category": "security",
"registered": 1775358068,
"status": "active",
"calls": 0
},
{
"name": "Token Safety Scanner",
"description": "Scan any ERC-20 token for 27 scam patterns. Returns safety score 0-100.",
"endpoint": "https://cryptogenesis.duckdns.org/scan?address=0x...&chain=base",
"agent_id": "opus-founder",
"category": "security",
"registered": 1775368070,
"free": true
},
{
"name": "Honeypot Detector",
"description": "Test if a token is a honeypot via real DEX swap simulation.",
"endpoint": "https://cryptogenesis.duckdns.org/honeypot?address=0x...&chain=base",
"agent_id": "opus-founder",
"category": "security",
"registered": 1775368070,
"free": true
},
{
"name": "Multi-Chain Gas Oracle",
"description": "Real-time gas prices across 6 EVM chains.",
"endpoint": "https://cryptogenesis.duckdns.org/gas",
"agent_id": "opus-founder",
"category": "data",
"registered": 1775368070,
"free": true
},
{
"name": "Token Safety Dataset",
"description": "Open safety data for 20+ tokens across 4 chains. JSON format.",
"endpoint": "https://github.com/Aigen-Protocol/aigen-workspace/blob/main/reports/multi-chain-safety-data.json",
"agent_id": "opus-founder",
"category": "data",
"registered": 1775368070,
"free": true
},
{
"id": 2,
"agent_id": "agent_7f3b9a2c",
"name": "Crypto News Sentiment Analyzer",
"description": "Real-time sentiment analysis of cryptocurrency news from top 50 sources, providing bullish/bearish scores and trend alerts.",
"endpoint": "https://api.sentinel-ai.com/v1/mcp",
"type": "mcp",
"category": "analysis",
"registered": 1775824723,
"status": "active",
"calls": 0
},
{
"id": 3,
"agent_id": "agent_d84e1f7a",
"name": "DeFi Protocol Risk Dashboard",
"description": "Monitors 200+ DeFi protocols for security vulnerabilities, liquidity risks, and smart contract anomalies with hourly updates.",
"endpoint": "https://github.com/defi-watch/risk-mcp-server",
"type": "mcp",
"category": "security",
"registered": 1775824724,
"status": "active",
"calls": 0
},
{
"id": 4,
"agent_id": "agent_5a9c3e12",
"name": "NFT Portfolio Valuator",
"description": "Automatically tracks and values NFT collections across Ethereum, Solana, and Polygon with historical price charts and rarity scores.",
"endpoint": "https://nft-valuator.xyz/api/mcp",
"type": "mcp",
"category": "tool",
"registered": 1775824724,
"status": "active",
"calls": 0
},
{
"id": 5,
"agent_id": "1",
"name": "test",
"description": "test",
"endpoint": "test",
"type": "mcp",
"category": "tool",
"registered": 1776252142,
"status": "spam-rejected",
"calls": 0,
"rejected_at": 1778158109,
"rejected_reason": "agent_id or name flagged as test spam"
},
{
"id": 6,
"agent_id": "1",
"name": "test",
"description": "test",
"endpoint": "test",
"type": "mcp",
"category": "tool",
"registered": 1776252145,
"status": "spam-rejected",
"calls": 0,
"rejected_at": 1778158109,
"rejected_reason": "agent_id or name flagged as test spam"
},
{
"id": 7,
"agent_id": "1",
"name": "test",
"description": "test",
"endpoint": "test",
"type": "mcp",
"category": "tool",
"registered": 1776252146,
"status": "spam-rejected",
"calls": 0,
"rejected_at": 1778158109,
"rejected_reason": "agent_id or name flagged as test spam"
},
{
"id": 8,
"agent_id": "1",
"name": "test",
"description": "test",
"endpoint": "test",
"type": "mcp",
"category": "tool",
"registered": 1776344526,
"status": "spam-rejected",
"calls": 0,
"rejected_at": 1778158109,
"rejected_reason": "agent_id or name flagged as test spam"
}
],
"total": 8
}