Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Agent Toolbox
Agent Toolbox logo
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 4:04:43 PM

Agent Toolbox

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

26 deterministic, offline pre-action safety gates for AI agents, each with a signed verdict.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "agent-toolbox": {
      "command": "npx",
      "args": [
        "-y",
        "agentoolbox-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

agent-toolbox.ai

The quality layer for AI agents. 26 deterministic, offline pre-action gates across 6 suites β€” verify, secure, and validate agent actions before they happen β€” callable by any agent, paid autonomously in SOL.

API: https://api.agent-toolbox.ai
Website: agent-toolbox.ai
GitHub: solhammer/agentoolbox
Wiki: Design & how we build tools for agents


Contents

  • Quick start
  • Service overview
  • API reference
  • Authentication & SOL payments
  • Integration patterns
  • MCP integration
  • TypeScript SDK
  • Self-hosting
  • Roadmap

Quick start (30 seconds)

No signup. No API key. First 10 calls per IP are free.

server.ts
# Discover pricing and service wallet β€” start here
curl https://api.agent-toolbox.ai/v1/pricing

# Validate AI-generated imports
curl -X POST https://api.agent-toolbox.ai/v1/validate/imports \
  -H "Content-Type: application/json" \
  -d '{"language":"python","code":"import numpy\nfrom superlogger import magic_log"}'

# Run the hallucination firewall
curl -X POST https://api.agent-toolbox.ai/v1/verify \
  -H "Content-Type: application/json" \
  -d '{"outputType":"code","language":"python","llmResponse":"import numpy\nfrom ghostpkg import magic","enforcementMode":"block"}'

Service overview

26 tools across 6 suites. Every verdict is deterministic and offline (unless a tool documents an opt-in networked mode). Call GET /v1/pricing (free) to self-discover the wallet and per-endpoint rates. Full request/response schemas live in openapi.json (served at GET /openapi.json) and on agent-toolbox.ai; see the roadmap for what's shipped and planned.

1 SOL = 10,000 credits Β· Free tier: 10 calls/IP, no auth.

Core quality

EndpointPurposeCreditsLatency
POST /v1/validate/importsCheck AI package imports against live registries1<200ms
POST /v1/verifyHallucination firewall β€” PASS/FLAG/BLOCK2<500ms
POST /v1/distillCompress conversation context to a token budget1<50ms

Security

EndpointPurposeCreditsLatency
POST /v1/scan/secretsDetect hardcoded credentials in code1<10ms
POST /v1/scan/injectionDetect prompt injection in user input1<10ms
POST /v1/tokens/countCount tokens + estimate cost before an LLM call1<10ms
POST /v1/scan/vulnerabilitiesCheck packages against the OSV/CVE database2<500ms
POST /v1/scan/piiDetect & redact PII/PHI/PCI before egress1<20ms
POST /v1/scan/commandFlag destructive shell commands before execution1<5ms
POST /v1/scan/urlBlock SSRF / egress-policy violations before a fetch1<5ms

Finance

EndpointPurposeCreditsLatency
POST /v1/finance/unitsValidate raw vs UI token amount (decimal safety)1<10ms
POST /v1/finance/priceCross-source price validation2~300ms
POST /v1/finance/symbolResolve ticker / token identity1~200ms
POST /v1/finance/token/riskRug-pull / mint & freeze authority scan3~500ms
POST /v1/finance/slippagePool depth / price-impact estimate2~200ms
POST /v1/finance/order/riskComposite pre-trade gate (runs all checks)5~500ms
POST /v1/finance/position/checkDeterministic position limits + kill-switch1<1ms

Compliance & health

EndpointPurposeCreditsLatency
POST /v1/compliance/sanctionsScreen names against OFAC SDN + Consolidated1<10ms
POST /v1/health/rx-checkMedication unit / overdose / interaction gate2<10ms

Agent Β· infra Β· legal

EndpointPurposeCreditsLatency
POST /v1/agent/tool-argsValidate tool-call args against schema + policy1<5ms
POST /v1/infra/plan/riskStatic IaC blast-radius gate (Terraform / IAM / K8s)2<10ms
POST /v1/legal/citeValidate US case citations + quote fidelity2<5ms
POST /v1/legal/deadlineCourt / calendar deadline math1<5ms

Data & validation

EndpointPurposeCreditsLatency
POST /v1/validate/identifierChecksum-validate IBAN / card / VIN / NPI / …1<5ms
POST /v1/validate/schemaValidate JSON against a JSON Schema (Draft-07)1<5ms
POST /v1/scan/sqlFlag destructive / injection-prone SQL1<5ms

API reference

Detailed request/response docs for the core endpoints follow. The Security, Compliance, Health, Agent, Infra, Legal, and Data suites are fully specified in openapi.json and on agent-toolbox.ai.

GET /v1/pricing

Agents should call this first to self-discover the service wallet and per-endpoint rates before making a payment.

Terminal
curl https://api.agent-toolbox.ai/v1/pricing
config.json
{
  "wallet": "8qXedRydihKEETqU64UXtG2sYZaUhwR4HBFz4Suu27CV",
  "network": "mainnet-beta",
  "endpoints": {
    "/v1/validate/imports":    { "credits": 1, "lamports": 100000, "sol": 0.0001, "usdApprox": "~$0.015" },
    "/v1/verify":              { "credits": 2, "lamports": 200000, "sol": 0.0002, "usdApprox": "~$0.030" },
    "/v1/distill":             { "credits": 1, "lamports": 100000, "sol": 0.0001, "usdApprox": "~$0.015" },
    "/v1/scan/secrets":        { "credits": 1, "lamports": 100000, "sol": 0.0001, "usdApprox": "~$0.015" },
    "/v1/scan/injection":      { "credits": 1, "lamports": 100000, "sol": 0.0001, "usdApprox": "~$0.015" },
    "/v1/tokens/count":        { "credits": 1, "lamports": 100000, "sol": 0.0001, "usdApprox": "~$0.015" },
    "/v1/scan/vulnerabilities": { "credits": 2, "lamports": 200000, "sol": 0.0002, "usdApprox": "~$0.030" }
  },
  "conversion": { "solPerCredit": 0.0001, "creditsPerSol": 10000 },
  "freeTier": { "calls": 10, "auth": false },
  "howToPay": [
    "1. Send SOL to: 8qXedRydihKEETqU64UXtG2sYZaUhwR4HBFz4Suu27CV",
    "2. Pass the transaction signature as your Bearer token on the first call",
    "3. Credits are verified on-chain and added to your account",
    "4. Subsequent calls deduct credits automatically"
  ]
}

POST /v1/validate/imports

Checks every import in AI-generated code against live package registries in parallel. 19.7% of AI-generated packages don't exist (USENIX 2025).

Languages: python Β· javascript Β· typescript Β· rust Β· go

Request:

config.json
{
  "language": "python",
  "code": "import numpy\nfrom ghostpkg import magic\nimport pandas",
  "timeoutMs": 5000
}

Response:

config.json
{
  "language": "python",
  "valid": [
    { "name": "numpy", "status": "valid", "registry": "pypi", "registryUrl": "https://pypi.org/pypi/numpy/json" },
    { "name": "pandas", "status": "valid", "registry": "pypi" }
  ],
  "hallucinated": [
    { "name": "ghostpkg", "status": "hallucinated", "registry": "pypi", "registryUrl": "https://pypi.org/pypi/ghostpkg/json" }
  ],
  "unknown": [],
  "totalImports": 3,
  "hallucinationRate": 0.33,
  "latencyMs": 142
}

POST /v1/verify

Full hallucination firewall. Runs all check layers in parallel. Returns a signed verdict.

Request:

config.json
{
  "outputType": "code",
  "llmResponse": "import numpy\nfrom ghostpkg import magic",
  "language": "python",
  "enforcementMode": "block",
  "sourceTexts": ["optional: retrieved context docs for NLI grounding"],
  "timeoutMs": 5000
}
FieldTypeValuesDefault
outputTypestringcode natural_language agent_action factual_claimrequired
enforcementModestringblock flag auditblock
languagestringpython javascript typescript rust gorequired for code
sourceTextsstring[]Retrieved docs to ground NLI check againstβ€”

Response:

config.json
{
  "verdict": "BLOCK",
  "overallScore": 0.0,
  "claims": [
    {
      "text": "from ghostpkg import magic",
      "verdict": "BLOCK",
      "confidence": 0.95,
      "checkType": "hallucinated_package",
      "evidence": "Package \"ghostpkg\" not found in pypi",
      "suggestedFix": "Remove or replace \"ghostpkg\" with a real package."
    }
  ],
  "certificate": "sha256:1cea7cf643339ac7054a285...",
  "latencyMs": 187
}

Verdict meanings:

  • PASS β€” no issues, safe to use
  • FLAG β€” potential issue, human review recommended
  • BLOCK β€” confirmed problem, do not use

Check types:

checkTypeVerdictTriggered by
hallucinated_packageBLOCKImport not in live registry
url_not_foundBLOCKURL returns 404/410
url_unreachableFLAGURL request timed out
malformed_doiFLAGDOI doesn't match 10.NNNN/suffix
malformed_arxiv_idFLAGarXiv ID doesn't match known formats
numeric_contradictionFLAGPercentage >100% or contradictory language
low_nli_consistencyFLAG/BLOCKVectara HHEM score below threshold

POST /v1/distill

Compresses conversation history to a token budget using TF-IDF importance scoring. Always preserves the system prompt. Deduplicates consecutive identical messages. Retains the most recent and most important content when truncating.

Request:

config.json
{
  "messages": [
    { "role": "system", "content": "You are a helpful assistant." },
    { "role": "user", "content": "..." },
    { "role": "assistant", "content": "..." }
  ],
  "targetTokens": 4000,
  "preserveSystemPrompt": true
}

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Regex Le logoRegex Le

    Extract regular expressions from code, each with a ReDoS safety verdict.

    πŸ’» Developer Tools0 views
    Compare vs Regex Le β†’
  • Hush logoHush

    A secret store for AI agents: the agent never sees the plaintext.

    πŸ’» Developer Tools0 views
    Compare vs Hush β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Agent Toolbox

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agent-toolbox": { "command": "npx", "args": ["-y", "Agent Toolbox"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgent Toolbox AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agent-toolbox?style=directory)](https://allmcps.com/mcp/agent-toolbox)
HTML Embed
<a href="https://allmcps.com/mcp/agent-toolbox"><img src="https://allmcps.com/api/badge/agent-toolbox?style=directory" alt="Agent Toolbox on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Agent Toolbox β†’Install in Claude DesktopInstall in CursorInstall in VS Code