Skip to main content
Glama

Binary Reader MCP

schemas.py297 B
from pydantic import BaseModel from typing import Dict, Any, Optional class BinaryAnalysisRequest(BaseModel): file_path: str format: Optional[str] = "auto" class BinaryAnalysisResponse(BaseModel): file_path: str header: Dict[str, Any] metadata: Dict[str, Any] format: str

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/berlinbra/binary-reader-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server