mpp32-mcp-server 1.0.2 → 1.1.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.
Files changed (3) hide show
  1. package/README.md +84 -164
  2. package/dist/index.js +544 -244
  3. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mpp32-mcp-server",
3
- "version": "1.0.2",
4
- "description": "MCP server for MPP32 — Universal Payment Proxy for Machine-Payable APIs. Lets AI agents discover, pay for, and call APIs across 5 payment protocols.",
3
+ "version": "1.1.0",
4
+ "description": "The universal API marketplace for AI agents. Discover, pay for, and call any machine-payable API through one MCP server. 5 payment protocols, instant settlement, 30+ categories. Install once, access every paid API in the ecosystem.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "mpp32-mcp-server": "./dist/index.js"