Official MCP server for OpenWeb Ninja: 40+ real-time web data and SERP APIs (Google Maps, Amazon, jobs, Zillow, Trustpilot, web search, news, finance) exposed as MCP tools.
概要
OpenWeb Ninja MCP gives any MCP-compatible agent real-time access to 40+ OpenWeb Ninja web data and SERP APIs through a single server: Google Maps, Amazon, jobs (Google for Jobs), Zillow, Trustpilot, web search, news, finance, and more.
Get an API key and full docs at https://www.openwebninja.com
サーバー設定
{
"mcpServers": {
"openwebninja": {
"command": "npx",
"args": [
"-y",
"@openwebninja/mcp-server"
],
"env": {
"OPENWEBNINJA_API_KEY": "<your-openwebninja-api-key>"
}
}
}
}