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 💡
apple-books-mcp
An MCP server that allows large language models to interact with your Apple Books library, enabling tasks like summarizing highlights, organizing books by genre, recommending similar books, and comparing notes.
github:fetchSERP/fetchserp-mcp-server-node
MCP server for FetchSERP API enabling real-time SEO insights, keyword research, and competitor analysis in AI applications like Claude Desktop and API integrations.
learn-mcp-server
This repository provides a simple MCP (Model Context Protocol) server implementation for educational purposes, supporting basic arithmetic operations (addition, subtraction, multiplication, division).
apollo-mcp-server
An MCP Server to expose GraphQL operations as MCP tools.
AshwinSundar/congress_gov_mcp
Unofficial MCP server integrating the Congress.gov API to provide access to US congressional data
decodo-mcp
Connects LLMs and applications to Decodo's platform for web data access, including web scraping, Google Search, and Amazon Search, with features like geographic flexibility and enhanced privacy.
