Axiom Agentic Tools
CP tools for builders shipping agentic services on Base.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Agent Revenue Optimizer: Audit an x402-gated endpoint by probing its 402 envelope, agent-card.json, well-known surfaces, and response headers. Returns a closed-vocabulary verdict plus 3-7 scored recom
- Agent Token Strategy: Design a non-security token strategy for an autonomous agent. Returns a deployable spec: symbol, supply, distribution allocations summing to 100, OpenZeppelin contract templates
- Base Builder Grant Finder: Returns a ranked, deadline-aware list of open Base ecosystem funding programs (grants, accelerators, hackathons, retro-funding). Each result cites source_url, deadline, fund
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
CP tools for builders shipping agentic services on Base.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| agent-revenue-optimizer | Audit an x402-gated endpoint by probing its 402 envelope, agent-card.json, well-known surfaces, and response headers. Returns a closed-vocabulary verdict plus 3-7 scored recommendations across pricing, bundling, discoverability, envelope correctness, rate limiting, tier expansion, facilitator choice, and schema clarity. Each recommendation cites the observed current-state value as evidence. |
| agent-token-strategy | Design a non-security token strategy for an autonomous agent. Returns a deployable spec: symbol, supply, distribution allocations summing to 100, OpenZeppelin contract templates (ERC20, ERC4626, ERC721), fair-launch defaults, a six-criterion non-security checklist, an estimated Base deploy cost, and a curated risks list covering Sybil, LP rug, and key-compromise vectors. |
| base-builder-grant-finder | Returns a ranked, deadline-aware list of open Base ecosystem funding programs (grants, accelerators, hackathons, retro-funding). Each result cites source_url, deadline, funding_range_usd, and last_verified_at. Stale entries are flagged. Designed for agents and builders shipping on Base who need a single call to surface the next applicable funding deadline. |
| mcp-security-scanner | Scans an MCP server manifest or endpoint for security vulnerabilities — prompt injection in tool descriptions, exfiltration vectors, unbounded resource access, privilege escalation, schema mismatches, transport security issues, and over-permissive scopes. Returns a structured risk report with severity levels and remediation guidance. |
| multi-agent-workflow-designer | Compose a directed acyclic graph of public x402, MCP, and A2A tools that achieves a stated agent goal. Returns step-by-step plan with tool slug, endpoint URL, protocol, inputs, dependencies, per-step cost and latency, total estimated cost, and an executable plan in either a2a-json-rpc or shell-curl form. Useful for autonomous agents that need to pick which paid tools to chain. |
| repo-health-for-agents | Free agent-marketplace-readiness audit. Runs a 15-check scorecard (agent-card, MCP descriptor, OpenAPI, llms.txt, x402 envelope, CDP facilitator, Bazaar discoverability, ERC-8257 registration, ERC-8004 identity, CI demo, schema drift, README marketplace mentions, license) on any public GitHub repo plus an optional deployed URL. Returns overall_score (0-100), four 25-point category scores, and prioritized fixes ranked by score lift. Rate-limited 50 calls per IP per day; for higher volume call the paid tools the fix list points at (agent-revenue-optimizer, agent-token-strategy, multi-agent-workflow-designer, base-builder-grant-finder). |