Server data from the Official MCP Registry
Text extraction, keyword extraction, language detection, and chunking for RAG
Text extraction, keyword extraction, language detection, and chunking for RAG
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
19 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-intelagentstudios-mcp-file-processor": {
"args": [
"-y",
"@intelagent/mcp-servers"
],
"command": "npx"
}
}
}From the project's GitHub README.
Open-source Model Context Protocol servers by Intelagent. Each server is a standalone npm package usable with Claude Code, Claude Desktop, Cursor, and any MCP-compatible client.
| Package | Description | Status |
|---|---|---|
@intelagent/mcp-enrichment | Company, contact, email & phone enrichment via Clearbit, Hunter.io, Twilio | Available |
@intelagent/mcp-file-processor | Document text extraction, keyword detection, chunking | Available |
@intelagent/mcp-web-research | Web search, page fetch, research synthesis | Planned |
@intelagent/mcp-approval-queue | Human-in-the-loop approval workflows | Planned |
@intelagent/mcp-knowledge-grid | Document indexing, semantic search, context composition | Planned |
# Clone and install
git clone https://github.com/IntelagentStudios/Intelagent-MCPs.git
cd Intelagent-MCPs
npm install
npm run build
# Run the enrichment server (mock mode — no API keys needed)
node packages/enrichment/dist/index.js
Create or edit .mcp.json in your project root:
{
"mcpServers": {
"enrichment": {
"command": "node",
"args": ["/path/to/Intelagent-MCPs/packages/enrichment/dist/index.js"],
"env": {
"CLEARBIT_API_KEY": "sk-...",
"HUNTER_API_KEY": "...",
"TWILIO_ACCOUNT_SID": "...",
"TWILIO_AUTH_TOKEN": "..."
}
}
}
}
All servers work in mock mode when API keys are omitted — great for development and testing.
npm install # Install all dependencies
npm run build # Build all packages
npm test # Run all tests
packages/<server-name>/ with package.json, tsconfig.json, and src/@intelagent/mcp-shared for the server bootstrap (createMCPServer)tools.ts, wire up in index.ts__tests__/See packages/enrichment as a reference implementation.
@intelagent/mcp-shared provides:
createMCPServer() — Reusable MCP server bootstrap with tool/resource registration and stdio transportMIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.