Skip to content

Commit 238d7f0

Browse files
authored
Create mcp.json
1 parent 8fa9b42 commit 238d7f0

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

mcp.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"schema": "https://modelcontextprotocol.io/schemas/mcp.json",
3+
"name": "agentshare",
4+
"displayName": "AgentShare Price API",
5+
"description": "Structured price and offer data for AI agents (REST + MCP).",
6+
"version": "1.0.0",
7+
"author": "Anh Nguyen",
8+
"homepage": "https://agentshare.dev",
9+
"license": "MIT",
10+
"repository": "https://github.com/anhmtk/agentshare-mcp",
11+
"icon": "https://agentshare.dev/static/logo.png",
12+
"categories": ["data", "ecommerce", "research"],
13+
"tags": ["price", "comparison", "aliexpress", "agents", "mcp"],
14+
"endpoints": {
15+
"streamable-http": "https://agentshare.dev/mcp"
16+
},
17+
"tools": [
18+
"search_products",
19+
"best_offer",
20+
"best_offer_under_budget",
21+
"service_meta"
22+
],
23+
"requiresApiKey": true,
24+
"apiKeyHeader": "X-API-Key",
25+
"registerUrl": "https://agentshare.dev/api/v1/auth/register"
26+
}

0 commit comments

Comments
 (0)