{ "opencollection": "1.0.0", "info": { "name": "Traceable Platform GraphQL API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "GraphQL", "type": "folder" }, "items": [ { "info": { "name": "Execute GraphQL Query", "type": "http" }, "http": { "method": "POST", "url": "https://api.traceable.ai/graphql", "body": { "type": "json", "data": "{}" } }, "docs": "Executes a GraphQL query or mutation against the Traceable platform. Supports queries for entities, vulnerabilities, threat activity, explore datasets, API testing data, analytics batches, and authentication hooks. Use the Authorization header with your platform API token." }, { "info": { "name": "Execute MCP Tool", "type": "http" }, "http": { "method": "POST", "url": "https://api.traceable.ai/mcp", "body": { "type": "json", "data": "{}" } }, "docs": "Executes a tool via the Traceable MCP (Model Context Protocol) server. The MCP server exposes 12 tools for AI-assisted security workflows including attribute mappings, GraphQL query templates, threat activity time ranges, vulnerability filter values, sensitive data type details, and trend data calculation." } ] } ], "bundled": true }