302AI Web Search
A web search server powered by the 302.AI API.
302AI Web Search MCP Server
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"302ai-web-search-mcp": {
"command": "npx",
"args": ["-y", "@302ai/web-search-mcp"],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Find Your 302AI_API_KEY here
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Server Terkait
Rakuten Travel
Search for hotels and check their availability using the Rakuten Travel API.
MediaWiki MCP Server
Interact with the MediaWiki API to search and retrieve content from Wikipedia or other MediaWiki sites.
Coles and Woolworths MCP Server
Search for products and compare prices at Coles and Woolworths supermarkets in Australia.
Entscheidsuche
Search Swiss legal decisions using the entscheidsuche.ch API.
Gemini MCP
Integrate search grounded Gemini output into your workflow.
ContextMCP
A self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search.
WebSearch-MCP
Self-hosted Websearch API
Memvid
Encodes text data into videos that can be quickly looked up with semantic search.
Serpstat MCP Server
SEO analysis using the Serpstat API.
NCBI Literature Search
Search NCBI databases, including PubMed, for scientific literature. Tailored for researchers in life sciences, evolutionary biology, and computational biology.