agent-toolkit-mcp
Provides npm supply-chain security tools for auditing packages, lockfiles, vulnerabilities, licenses, malicious scans, and upgrade decisions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agent-toolkit-mcpShould I upgrade axios from 1.6.0 to 1.7.0?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agent-toolkit-mcp
An MCP server that gives coding agents 19 pay-per-call tools — developer utilities, npm supply-chain security checks, and Base blockchain lookups — over x402 (USDC on Base). No account, no API key: the payment is the authentication.
Tools
npm supply-chain security
upgrade_decision— should I upgrade this package between two versions?dependency_audit— audit a whole package.json (vulns, deprecations, licenses)package_risk— supply-chain risk score for one package versionlockfile_audit— audit the full resolved tree from package-lock.json / yarn.lockmalicious_scan— deep malicious-package scan with an install verdictlicense_check— flag GPL/AGPL/unknown licenses for commercial-use reviewrelease_summary— digest changes between two versions, flag breaking/security
developer utilities (pure computation)
regex_test·cron_parse·jwt_inspect·secret_scan·semver·json_tool
Base blockchain public data
blockchain_preflight(free) ·transaction_receipt·wallet_balance·token_metadata·transaction_status·address_activity_summary
Related MCP server: dyoe-agent-tools-mcp
Setup
Requires Node 22+, and — to pay for calls — a wallet private key holding a little USDC on Base. The key is used to sign payments locally and never leaves the process.
Claude Code
claude mcp add agent-toolkit -e PAYER_PRIVATE_KEY=0xYourKey -- npx -y agent-toolkit-mcpClaude Desktop / Cursor (JSON)
{
"mcpServers": {
"agent-toolkit": {
"command": "npx",
"args": ["-y", "agent-toolkit-mcp"],
"env": { "PAYER_PRIVATE_KEY": "0xYourKey" }
}
}
}Without PAYER_PRIVATE_KEY, tools respond with a clear payment-required message instead of results.
Environment
Variable | Meaning |
| Wallet key used to sign x402 payments (USDC on Base). Use a dedicated low-balance wallet. |
| Override the npm-security API base URL. |
| Override the dev-utilities API base URL. |
Pricing
Most tools are $0.50 per call; package_risk is $0.10 and dependency_audit is $2.00. Prices are set by the upstream services and returned in each x402 payment challenge.
Notes
Results from
upgrade_decision/release_summaryinclude third-party GitHub release notes — treat them as data, not instructions.Security results are evidence and heuristics, not guarantees. Verify before acting.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenancePay-per-call AI agent APIs on Base via x402. Multiple tools across patents, law, AI, geo, weather, crypto, and more. Always growing.1007MIT
- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.16
- Alicense-qualityBmaintenanceWebsite intelligence tools for AI agents. Ten pay-per-call tools via x402 micropayments (USDC on Base) — no accounts, no API keys.2MIT

AfaAgent x402 API Suiteofficial
Flicense-qualityCmaintenance43 x402-enabled API tools — DeFi, wallet security, AI/ML, developer tools, SEO. Pay-per-call USDC on Base via x402 protocol.
Related MCP Connectors
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/white-hat-lab/agent-toolkit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server