Developers

Open Source Agent Tools

Production-grade tools for AI agents. MCP servers, knowledge infrastructure, and context management. Built with TypeScript. Free and open source.

We're building the Intelagent Platform in the open. These tools are extracted from our core platform and published as standalone packages that any developer can use — MCP servers for Claude Code, Cursor, and VS Code, plus infrastructure for building smarter agents.

Available Now

@intelagent/mcp-enrichment

Multi-source entity enrichment. Company data, contact lookup, email verification, phone validation. Clearbit, Hunter.io, and Twilio with built-in mock mode and pluggable caching.

101 tests · 17.3 kB · v0.1.0

@intelagent/mcp-file-processor

Universal text extraction for RAG pipelines. PDF, DOCX, CSV, JSON, Markdown, HTML, and code files. Keyword extraction, language detection, configurable chunking.

53 tests · 13.7 kB · v0.1.0

@intelagent/mcp-shared

The shared bootstrap for all Intelagent MCP servers. Server factory, pluggable caching, typed config, logging, error handling.

create-intelagent-mcp

Scaffold a new MCP server in seconds.

@intelagent/knowledge-grid

Structured context for AI agents. A layered knowledge grid that gives your agent the right context in the right priority — so it performs better on every interaction. 4-layer lattice, 9 domains, intent-driven retrieval, token-budgeted prompt composition. Zero dependencies.

81 tests · 37.9 kB · v0.1.1

Coming Soon
  • Web Research — Two-stage interpreted search with query reasoning
  • Approval Queue — Intelligent human-in-the-loop with auto-approval learning
  • PDF Generator — Zero-dependency native PDF generation
  • Error Classifier — Error code mapping with recovery suggestions
Build Your Own

Use our dev kit to scaffold production-ready MCP servers in seconds.

bash
npx create-intelagent-mcp my-tool-name

All tools are MIT licensed. Contributions welcome.

View on GitHub