probe-dev
Connect to the Probe.dev hosted MCP server with Cursor, Claude Desktop, and other MCP clients
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 💡
deep-search-mcp
A deep web search MCP server using LinkUp API.
shinichi-takayanagi/myweight-mcp-server
Connects to Health Planet API to provide weight data for MCP clients via SSE.
k8s eye
MCP Server for kubernetes management and diagnose your cluster and applications
datavis
A Model Context Protocol (MCP) server implementation that provides the LLM an interface for visualizing data using Vega-Lite syntax
books-mcp
This is an MCP server used for querying books, and it can be applied in common MCP clients, such as Cherry Studio.
chroma
An MCP server implementation that provides vector database capabilities through Chroma, enabling semantic document search, metadata filtering, and document management with persistent storage.
