@getplexa/mcp
Advanced tools
+5
-2
| { | ||
| "name": "@getplexa/mcp", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "MCP server for Plexa — the x402-native economic-safety API for trading agents. Adds plexa_quote (executable price) and plexa_pretrade_check (rug/honeypot/liquidity verdict) tools to any MCP client, paid per call in USDC. Client-only.", | ||
@@ -26,2 +26,3 @@ "license": "MIT", | ||
| "bin": { | ||
| "mcp": "dist/index.js", | ||
| "plexa-mcp": "dist/index.js" | ||
@@ -42,3 +43,5 @@ }, | ||
| "start": "tsx src/index.ts", | ||
| "prepublishOnly": "npm run build" | ||
| "smoke": "node scripts/smoke.mjs", | ||
| "prepare": "npm run build", | ||
| "prepublishOnly": "npm run smoke" | ||
| }, | ||
@@ -45,0 +48,0 @@ "dependencies": { |
20343
0.49%