AgentStack
MCP verified MIT Self-run

Agent Pilot

mcp-agent-tool-intel-agent-pilot · by agent-tool-intel

Universal MCP agent pilot — task orchestration, tool registry, and execution. Powered by Agent Tool Intel quality scores.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add mcp-agent-tool-intel-agent-pilot

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Agent Pilot? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AgentPilot — Universal MCP Agent Infrastructure

> Stateful task engine + AI-native tool registry + execution. Part of the Agent Tool Platform.

[](https://agent-tool-intel-production.up.railway.app)

AgentPilot is an MCP (Model Context Protocol) server that gives AI agents persistent, auditable task infrastructure: task trees in SQLite, deterministic state machine, tool registry with semantic search integration, and autonomous execution capability.


🗺️ Part of the Agent Tool Platform

| Module | What it does | Status | |--------|-------------|:---:| | Agent Tool Intel | Quality scoring + search + trust for MCP tools | ✅ | | AgentPilot ← you are here | Task orchestration + tool registry + execution | ✅ | | AutoMine | Automated tool discovery from content | 🔧 |

All three share a unified Canonical ID system: tool:{source}:{namespace}/{name}@version


Quick Start

git clone https://github.com/agent-tool-intel/agent-pilot.git
cd agent-pilot
npm install
npm run build
npm start

Runs on stdio. Auto-creates SQLite database on first launch.


Architecture

Agent request → State Machine → Task Tree → Tool Registry → Execute → Feedback
                   │                │            │
                   ▼                ▼            ▼
              SQLite DB        FTS Search    Agent Tool Intel API
              (sql.js)         (LIKE)        (quality scores)

Key Components

  • State Machine — Deterministic task state transitions (pending → in-progress → done/failed)
  • Task Trees — Parent/child task hierarchy with dependency tracking
  • Tool Registry — Persistent tool store with canonical IDs and Agent Tool Intel integration
  • Model Router — Zero-LLM rule engine for task-to-model routing
  • Audit Log — Full state change tracking with timestamps

Features

  • 30 MCP tools for task orchestration
  • SQLite-backed persistence (sql.js — pure JS, no native deps)
  • FTS-based tool search
  • Automated task status transitions
  • Snapshot/restore for task trees
  • Archival system for completed tasks
  • Model configuration per task category
  • Batch task operations

Integration

AgentPilot integrates with Agent Tool Intel for:

  • Tool quality scoring
  • Semantic tool search
  • Execution analytics tracking

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.