Skip to main content
Glama
Neptaverse

KEIRO MCP Server

by Neptaverse

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 build

Configuration

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

keiro_search

Fast web search with AI-optimized results

keiro_search_pro

Enhanced search with metadata and related queries

keiro_research

Deep research with summary and key points

keiro_research_pro

Comprehensive research with analysis and sources

keiro_answer

Direct AI-powered answers with citations

keiro_crawl

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

KEIRO_API_KEY

Yes

Your KEIRO API key

KEIRO_BASE_URL

No

Custom API URL (default: production)


Development

# Watch mode
npm run dev

# Type check
npm run typecheck

# Build
npm run build

API Reference

This MCP server uses the following KEIRO API endpoints:

  • POST /search - Basic search

  • POST /search-pro - Advanced search

  • POST /research - Topic research

  • POST /research-pro - Deep research

  • POST /answer - AI answers

  • POST /web-crawler - Page extraction

Full API documentation: keiro.dev/docs


License

MIT © KEIRO


A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to perform real-time web searches, company research, content crawling, LinkedIn searches, and deep research using the Exa AI Search API. Provides comprehensive web information retrieval capabilities in a safe and controlled manner.
    Last updated
    2
    17,146
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides AI assistants with real-time web search, intelligent data extraction from web pages, website mapping, and web crawling capabilities through Tavily's API. Enables comprehensive web research and content analysis through natural language interactions.
    Last updated
    23,064
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to access real-time web data through search, markdown scraping, and browser automation while bypassing anti-bot protections. It provides tools for web research, e-commerce monitoring, and data extraction from across the globe.
    Last updated
    4
    7,648
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • The best web search for your AI Agent

  • LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.

  • Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.

View all MCP Connectors

Latest Blog Posts

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