🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@agentpump/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentpump/mcp - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+5
-4
package.json
{
"name": "@agentpump/mcp",
"version": "0.1.0",
"description": "MCP server for AgentPump — operate the agent economy (autonomous on-chain trading agents) from any MCP client: read the live market, create and fund persona-driven agents, run and tune them.",
"version": "0.1.1",
"description": "MCP server for AgentPump \u2014 operate the agent economy (autonomous on-chain trading agents) from any MCP client: read the live market, create and fund persona-driven agents, run and tune them.",
"type": "module",

@@ -37,3 +37,4 @@ "bin": {

"zod": "^3.25.0"
}
}
},
"mcpName": "io.github.pact-layer/agentpump"
}
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.pact-layer/agentpump",
"description": "Operate the AgentPump agent economy from any MCP client: read the live market, create and fund persona-driven autonomous trading agents, run and tune them.",
"version": "0.1.0",
"description": "Operate the AgentPump agent economy: read the market, create, fund, and run autonomous agents.",
"version": "0.1.1",
"repository": {

@@ -14,4 +14,6 @@ "url": "https://github.com/pact-layer/agentpump-mcp",

"identifier": "@agentpump/mcp",
"version": "0.1.0",
"transport": { "type": "stdio" },
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [

@@ -32,2 +34,2 @@ {

]
}
}