Webcamexplore
Discover and search live webcams through the public Webcam Explore MCP server
Public MCP endpoint
Webcam Explore MCP
Discover and search live webcams through the public Webcam Explore MCP server. Use page_url as the preferred public link target for webcam pages.
Open discovery JSON View tools Browse webcams
Endpoint
MCP URL: https://www.webcamexplore.com/api/mcp
Transport: JSON-RPC over HTTP
Result limits: list-style tools default to 10 results and are safely capped at 20.
This endpoint is intended for AI tools, agents, and integrations that support MCP.
Note: the MCP endpoint expects POST JSON-RPC requests. Opening /api/mcp directly in a browser can return 405; use the discovery JSON or the curl checks below instead.
Available tools
search_webcamsget_webcams_by_locationget_webcams_by_categoryget_trending_webcamsget_popular_webcamsget_webcam
Quick checks
List tools
curl -s -X POST https://www.webcamexplore.com/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
Search webcams
curl -s -X POST https://www.webcamexplore.com/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search_webcams","arguments":{"query":"Amsterdam","limit":1}}}'
Get webcams by location
curl -s -X POST https://www.webcamexplore.com/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"get_webcams_by_location","arguments":{"location":"Paris","limit":3}}}'
Get webcams by category
curl -s -X POST https://www.webcamexplore.com/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":4,"method":"tools/call","params":{"name":"get_webcams_by_category","arguments":{"category":"beaches","limit":3}}}'
Get trending webcams
curl -s -X POST https://www.webcamexplore.com/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":5,"method":"tools/call","params":{"name":"get_trending_webcams","arguments":{"limit":3}}}'
Get popular webcams
curl -s -X POST https://www.webcamexplore.com/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":6,"method":"tools/call","params":{"name":"get_popular_webcams","arguments":{"limit":3}}}'
Get one webcam
curl -s -X POST https://www.webcamexplore.com/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":7,"method":"tools/call","params":{"name":"get_webcam","arguments":{"slug":"live-view-of-amsterdam-central-station-waterfront"}}}'
Expected response shape
{
"result": {
"structuredContent": {
"webcams": [
{
"id": "...",
"title": "...",
"location": "...",
"category": "...",
"trending": true,
"popularity_score": 100,
"thumbnail_url": "...",
"page_url": "...",
"is_live": true
}
]
}
}
}
Looking for the human-facing site? Visit https://www.webcamexplore.com.
関連サーバー
Yandex Search MCP Server
Perform real-time web searches using the Yandex Search API.
eRegulations MCP Server
An MCP server for the eRegulations API, providing access to regulatory information.
招投标大数据服务
Provides comprehensive trademark information, including search, profile statistics, and status tracking.
Research Task
An AI-powered research assistant that can investigate any topic using an interactive configuration wizard.
Supavec
Fetch relevant embeddings and content from Supavec for AI assistants.
YouTube MCP Server
Search YouTube videos, retrieve transcripts, and perform semantic search over video content.
鸣潮 MCP Server
Retrieves character and artifact information from the game Wuthering Waves (鸣潮) as Markdown, optimized for large language models.
Fish MCP Server
Search for fish species using the FishBase database. Supports natural language queries in both Japanese and English.
gnosis-mcp
Zero-config knowledge base for AI coding agents. Loads your markdown docs into a searchable database and exposes them as MCP tools — search, read, and manage documentation without leaving your editor. Works instantly with SQLite (no setup), upgrades to PostgreSQL + pgvector for hybrid semantic search. Includes skills for searching docs (/gnosis:search), health checks (/gnosis:status), doc management (/gnosis:manage), and first-time setup (/gnosis:setup). 6 MCP tools, 3 resources, FTS5 keyword search, 176 tests.
Crossref MCP Server
Search and access academic paper metadata from Crossref.