Sign In

@getplexa/mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getplexa/mcp - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+5
-2
package.json
{
"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": {