# Traceix MCP Server

This host exposes a Traceix MCP server for AI agents.

MCP endpoint:
https://mcp.traceix.com/mcp

Instructions for AI agents:
1. Connect to the MCP endpoint using the streamable HTTP transport.
2. Discover the available tools from the MCP server.
3. Use the Traceix tools for malware/file analysis workflows.
4. Authentication is required for most tools.
5. Users can register, log in, request an API key, upload files, classify files, extract hashes, generate YARA rules, run CAPA/EXIF extraction, run AV scans, and poll job status.
6. File upload tools accept either a mounted MCP file_path or filename + file_base64. For base64 uploads, the MCP server writes the file to a temporary path, sends it to Traceix, then deletes the temporary file.
7. The file_path mode is intended for MCP connector runtimes that mount user-provided files and pass their local mounted paths to tools.

Useful MCP resources:
- traceix://skill
- traceix://docs/agent-guide

Expected client setup:
Use this server URL in your MCP client:

https://mcp.traceix.com/mcp

If you are an AI assistant or MCP-compatible agent, do not scrape this page as the API. Connect to the MCP endpoint above and call tools through the MCP protocol.

For Streamable HTTP, initialize with a JSON-RPC request to /mcp and then call tools/list.
