@forgemeshlabs/x402-ads-mcp 0.1.1 → 0.1.3
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 +3 -1
- package/glama.json +2 -2
- package/index.js +1 -1
- package/package.json +2 -2
- package/server.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @forgemeshlabs/x402-ads-mcp
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**Install one middleware. Monetize unused 402 responses with recommendations, discovery, and machine commerce analytics.**
|
|
4
|
+
|
|
5
|
+
This is the MCP side of that network: what autonomous agents probe, want, and abandon across the x402 ecosystem — as tools for your agent.
|
|
4
6
|
|
|
5
7
|
Wraps the [ForgeMesh x402 Ads & Intent Network](https://ads.forgemesh.io). Paid tools settle per call in USDC on Base mainnet over the [x402 protocol](https://x402.org) — no account, no API key; your wallet is the login. Publishers get reports on their own services **free**.
|
|
6
8
|
|
package/glama.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://glama.ai/mcp/schemas/server.json",
|
|
3
3
|
"name": "x402-ads-mcp",
|
|
4
4
|
"version": "0.1.0",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Install one middleware. Monetize unused 402 responses with recommendations, discovery, and machine commerce analytics. MCP server for the ForgeMesh x402 Ads network.",
|
|
6
6
|
"homepage": "https://ads.forgemesh.io",
|
|
7
7
|
"repository": "https://github.com/forgemeshlabs/x402-ads-mcp",
|
|
8
8
|
"maintainers": [
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"required": false
|
|
29
29
|
},
|
|
30
30
|
"X402_ADS_PUBLISHER_KEY": {
|
|
31
|
-
"description": "Optional publisher key from ads.forgemesh.io. Makes get_intent_report free for
|
|
31
|
+
"description": "Optional publisher key from ads.forgemesh.io. Makes get_intent_report free for your registered services.",
|
|
32
32
|
"required": false
|
|
33
33
|
},
|
|
34
34
|
"X402_ADS_BASE_URL": {
|
package/index.js
CHANGED
|
@@ -73,7 +73,7 @@ const TOOLS = [
|
|
|
73
73
|
name: "get_intent_report",
|
|
74
74
|
title: "Get Intent Report",
|
|
75
75
|
description:
|
|
76
|
-
"Why-agents-didn't-buy funnel for one service: bounce funnel, traffic classes, top abandoned endpoints, retry signals. FREE with X402_ADS_PUBLISHER_KEY for services
|
|
76
|
+
"Why-agents-didn't-buy funnel for one service: bounce funnel, traffic classes, top abandoned endpoints, retry signals. FREE with X402_ADS_PUBLISHER_KEY for your registered services (the service id is bound to your key at registration); otherwise $0.05 USDC on Base via x402. Without a publisher key or WALLET_PRIVATE_KEY, returns the x402 payment challenge.",
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
name: "get_terms",
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forgemeshlabs/x402-ads-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"mcpName": "io.github.forgemeshlabs/x402-ads-mcp",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Install one middleware. Monetize unused 402 responses with recommendations, discovery, and machine commerce analytics. MCP server: 7 tools for agent demand analytics, paid per call in USDC on Base; free for publishers on their own traffic.",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"x402-ads-mcp": "index.js"
|
package/server.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x402-ads-mcp",
|
|
3
3
|
"version": "0.1.0",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Install one middleware. Monetize unused 402 responses with recommendations, discovery, and machine commerce analytics. MCP server for the ForgeMesh x402 Ads network.",
|
|
5
5
|
"homepage": "https://ads.forgemesh.io",
|
|
6
6
|
"repository": "https://github.com/forgemeshlabs/x402-ads-mcp",
|
|
7
7
|
"transport": {
|