Skip to content

Commit 37a9f93

Browse files
committed
Add community.agentservices
Signed-off-by: Vivek Kotecha <vbkotecha@gmail.com>
1 parent 40ad751 commit 37a9f93

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "community.agentservices",
4+
"name": "AgentServices",
5+
"alias": "agentservices",
6+
"description": "52 paid x402 API endpoints for AI agents \u2014 crypto, data, DeFi, and market intelligence.",
7+
"logo": "https://avatars.githubusercontent.com/u/86377299?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools",
11+
"search",
12+
"security"
13+
],
14+
"tags": [
15+
"x402",
16+
"usdc",
17+
"base",
18+
"crypto",
19+
"defi",
20+
"market-data",
21+
"mcp",
22+
"oauth"
23+
],
24+
"transport": {
25+
"type": "http",
26+
"url": "https://agentservices.to/mcp",
27+
"metadata": {
28+
"inputs": []
29+
}
30+
},
31+
"auth": {
32+
"type": "oauth",
33+
"instructions": "Human MCP clients sign in with Google OAuth at https://agentservices.to/mcp (Stripe prepaid credits). Wallet agents pay per-request via x402 USDC on Base for REST. No API key is required to connect."
34+
},
35+
"contributor": {
36+
"name": "Vivek Kotecha",
37+
"github": "vbkotecha",
38+
"url": "https://agentservices.to"
39+
},
40+
"links": {
41+
"repository": "https://github.com/vbkotecha/agentservices-api",
42+
"homepage": "https://agentservices.to",
43+
"documentation": "https://agentservices.to/llms.txt"
44+
},
45+
"platforms": [
46+
"all"
47+
],
48+
"capabilities": {
49+
"tools": true,
50+
"resources": false,
51+
"prompts": false,
52+
"read_only_mode": false
53+
}
54+
}

0 commit comments

Comments
 (0)