AI & KnowledgeAuth: API Key
Needle hosted MCP server
Document RAG
Needle’s hosted MCP server exposes its retrieval platform to agents — searching document collections stored in Needle — with API-key access for the connected workspace.
Curated by Agentic WorkersPublished Updated
Server description
Production-ready RAG over your documents
Needle’s hosted MCP server exposes its retrieval platform to agents — searching document collections stored in Needle — with API-key access for the connected workspace.
- Slug
- needle
- Category
- AI & Knowledge
- Category slug
- ai-and-knowledge
- Authentication
- API Key
- Auth type
- api-key
Directory details
Use with your agent
Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.
{
"mcpServers": {
"needle": {
"url": "https://mcp.needle-ai.com/mcp"
}
}
}