# Traceix Mesh Server

This host exposes the Traceix Mesh 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 only filename + file_base64. The MCP server decodes the base64 content into a temporary file, sends it to Traceix, then deletes the temporary file.
7. Mounted file_path uploads are not supported by this server contract.

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.
