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 💡
mcp-outline
A Model Context Protocol (MCP) server that enables AI assistants to interact with Outline documentation services, providing features like document search, reading, creation, and comment management.
AyushRatan1/Onfinance-MCP-Polymarket
A collection of MCP servers for interacting with Polymarket prediction markets, designed for Claude Desktop and other AI assistants.
m0xai/trello-mcp-server
An MCP server that enables interaction with Trello boards, lists, and cards via AI hosts.
@semihberkay/bluesky-mcp
A Model Context Protocol (MCP) server for Bluesky that can post on your behalf by using the AT Protocol.
vectara-mcp
Open source MCP server for Vectara
playbookmcp
An MCP server to set up server foundation repositories by cloning specified playbook repos
