@agishub/mcp 2.1.2 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +100 -84
- package/dist/stdio.js +23919 -23420
- package/package.json +15 -10
package/package.json
CHANGED
|
@@ -1,19 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agishub/mcp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"mcpName": "com.agishub/mcp",
|
|
5
|
-
"description": "AgisHub MCP — pay-per-call tools for AI agents (x402, USDC on Base).
|
|
5
|
+
"description": "AgisHub MCP — 34 pay-per-call tools for AI agents (x402, USDC on Base). Web scraping, crawling, AI inference, timezones, memory, media and developer utilities. Free over MCP, from $0.01 per call over HTTP. No API key, no signup.",
|
|
6
6
|
"keywords": [
|
|
7
|
-
"timezone",
|
|
8
7
|
"mcp",
|
|
9
8
|
"model context protocol",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
9
|
+
"ai agents",
|
|
10
|
+
"x402",
|
|
11
|
+
"pay per call",
|
|
12
|
+
"usdc",
|
|
13
|
+
"base",
|
|
14
|
+
"web scraping",
|
|
15
|
+
"crawler",
|
|
16
|
+
"llm",
|
|
17
|
+
"embeddings",
|
|
18
|
+
"rag",
|
|
19
|
+
"timezone",
|
|
20
|
+
"agent tools",
|
|
21
|
+
"micropayments"
|
|
17
22
|
],
|
|
18
23
|
"license": "MIT",
|
|
19
24
|
"author": "AgisHub (agishub.com)",
|