Loading languages...
PR

probe-dev

@Probe.dev

Connect to the Probe.dev hosted MCP server with Cursor, Claude Desktop, and other MCP clients

documentation
media analysis
API management
usage statistics

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.

# mcpServer Config

{
  "mcpServers": {
    "probe-dev": {
      "url": "https://mcp.probe.dev/",
      "headers": {
        "Authorization": "Bearer your-api-token-here"
      }
    }
  }
}

# sseURL

https://mcp.probe.dev/
Transport:
sse
Language:
Updated: 7/31/2025