KEIRO MCP Server
Provides direct AI-powered answers with citations via the KEIRO API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KEIRO MCP ServerSearch for the latest AI news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What is this?
This is the official Model Context Protocol (MCP) server for the KEIRO API. It enables AI assistants like Claude to search the web, conduct deep research, extract web content, and get AI-powered answers—all in real-time.
Related MCP server: Tavily MCP Server
Installation
# Clone the repository
git clone https://github.com/keiro-labs/keiro-mcp.git
cd keiro-mcp
# Install dependencies
npm install
# Build
npm run buildConfiguration
1. Get your API Key
Sign up at keiro.dev and get your API key from the dashboard.
2. Configure Claude Desktop
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"keiro": {
"command": "node",
"args": ["/absolute/path/to/keiro-mcp/dist/index.js"],
"env": {
"KEIRO_API_KEY": "your_api_key_here"
}
}
}
}3. Restart Claude Desktop
The KEIRO tools will now be available in Claude.
Tools
Tool | Description |
| Fast web search with AI-optimized results |
| Enhanced search with metadata and related queries |
| Deep research with summary and key points |
| Comprehensive research with analysis and sources |
| Direct AI-powered answers with citations |
| Extract content from any web page |
Examples
Once configured, you can ask Claude things like:
"Search for the latest developments in quantum computing"
"Research the impact of AI on healthcare in 2024"
"What are the key features of the new iPhone?"
"Extract the main content from https://example.com/article"
Claude will use the appropriate KEIRO tool to fetch real-time information.
Environment Variables
Variable | Required | Description |
| Yes | Your KEIRO API key |
| No | Custom API URL (default: production) |
Development
# Watch mode
npm run dev
# Type check
npm run typecheck
# Build
npm run buildAPI Reference
This MCP server uses the following KEIRO API endpoints:
POST /search- Basic searchPOST /search-pro- Advanced searchPOST /research- Topic researchPOST /research-pro- Deep researchPOST /answer- AI answersPOST /web-crawler- Page extraction
Full API documentation: keiro.dev/docs
License
MIT © KEIRO
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Neptaverse/Keiro-MCP-TS'
If you have feedback or need assistance with the MCP directory API, please join our Discord server