Install
$ agentstack add mcp-daniakash-agent-toolkit ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
acpx
Tooling for the Agent Client Protocol on top of acpx.
This is a Bun-managed monorepo. Packages live under [packages/](./packages).
Packages
| Package | Description | |---|---| | [acpx-ai-provider](./packages/acpx-ai-provider) | Vercel AI SDK provider on top of acpx/runtime. One install, any ACP agent (Claude, Codex, Gemini, Copilot, Cursor, Pi, …). | | [acpx-ai-harness](./packages/acpx-ai-harness) | Vercel AI SDK v7 HarnessV1 adapter on top of acpx/runtime. Plugs any ACP agent into the AI SDK Harnesses ecosystem alongside @ai-sdk/harness-claude-code, @ai-sdk/harness-codex, and @ai-sdk/harness-pi. | | [ai-sdk-microsandbox](./packages/ai-sdk-microsandbox) | Vercel AI SDK v7 HarnessV1SandboxProvider backed by microsandbox. Drop-in replacement for @ai-sdk/sandbox-vercel, running coding agents in local microVM isolation instead of hosted infrastructure. Pre-release scaffold; provider implementation lands in later releases. | | [agent-skills-manager](./packages/agent-skills-manager) | Programmatic workspace + agent-link manager for skills following the agentskills.io specification. Manifest-driven add / link / unlink / listSkills / listLinks / rescan primitives. | | [agent-mcp-manager](./packages/agent-mcp-manager) | Programmatic add / link / unlink / remove / listServers / listLinks / rescan for MCP servers across AI coding agents (Claude Code, Claude Desktop, Cursor, VS Code, Codex, Gemini CLI, Zed). Manifest-backed, library not CLI. | | [acp-probe](./packages/acp-probe) | Probe any ACP-compatible agent for its capabilities — models, modes, configOptions, prompt capabilities, auth methods, MCP transports — via a single typed probeAgent({ command }) call. No real prompt sent; no token cost. |
Development
Requires Bun ≥ 1.3.
bun install
bun run typecheck
bun run lint
bun test
bun run build
Tooling
- Bun — package manager, test runner, workspace orchestrator
- Bunup — library bundler for
packages/* - Biome — formatter + linter
- Fallow — codebase intelligence: unused code, circular deps, package boundary enforcement
License
MIT © Dani Akash
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: DaniAkash
- Source: DaniAkash/agent-toolkit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.