probe-dev
Cursor, Claude Desktop 및 기타 MCP 클라이언트와 함께 Probe.dev 호스팅 mcp servers에 연결하세요.
Probe.dev MCP Server
What it does
The Probe.dev MCP server provides a hosted endpoint for Model Context Protocol clients to access specialized tools. It enables large language models (LLMs) to interact with Probe.dev's services, offering capabilities such as:
- Documentation Search: Search across all Probe.dev documentation.
- Media Analysis: Analyze media files using various tools like FFprobe, MediaInfo, etc.
- Usage Statistics: Retrieve API usage statistics and metrics.
- Request Logs: Access API request history and logs.
How to use it
To connect to the Probe.dev MCP server, configure your MCP client (e.g., Cursor, Claude Desktop, Continue) with the server URL and your API token for authentication.
Server URL: https://mcp.probe.dev/
Example Client Configuration (for Cursor):
{
"mcpServers": {
"probe-dev": {
"url": "https://mcp.probe.dev/",
"headers": {
"Authorization": "Bearer your-api-token-here"
}
}
}
}
Replace your-api-token-here with your actual Probe.dev API token.
Once configured, you can use the available tools by prompting your LLM, for example:
- "Can you search the Probe.dev documentation for authentication information?"
- "Analyze this video file: https://example.com/video.mp4"
- "Show my current API usage this month"
Implementation Notes
This is a hosted service provided by Probe.dev, accessible via an HTTP endpoint. Authentication is handled via Bearer tokens in the Authorization header.
Recommend MCP Servers 💡
webscraping-ai-mcp
A Model Context Protocol (MCP) server implementation that integrates with WebScraping.AI for web data extraction capabilities.
hippycampus-server
A LangChain-based MCP server that converts REST endpoints to MCP resources via SSE and integrates with Langflow

apify/rag-web-browser
A web browser for AI agents and RAG pipelines that queries Google Search, scrapes web pages, and returns content as Markdown for LLM processing, supporting Model Context Protocol (MCP) via SSE.
@nitish-raj/searxng-mcp-bridge
MCP server that bridges to SearXNG instances, enabling search functionality through MCP tools
mcp-server-wsl-filesystem
Filesystem MCP server optimized for accessing WSL distributions from Windows using native Linux commands
AI Connector for Revit
Connects AI Desktop Apps (like Claude, Cursor, Copilot) with Autodesk Revit, providing 36 predefined tools for inspecting and selecting Revit elements based on model feedback.
