highMCP_METADATA_INVALID
JSON response lacks usable MCP metadata
Expose protocol version, endpoint, server identity, or capabilities.
GET https://investigate.platphormnews.com/api/mcp
HTTP 200
Content-Type: application/json
95 ms
Digest: sha256:2ec917ccc606e15fa6f8865cca223408e8874e68b9d26d62b5f85c2f4abe1d21
Preview: {"ok":true,"data":{"service":"platphorm-investigate","protocol":"JSON-RPC 2.0","endpoint":"/api/mcp","methods":["initialize","ping","tools/list","tools/call","resources/list","resources/read","prompts/list","prompts/get"],"tools":[{"name":"correlate","owner":"correlate","description":"Send the incident's raw SIEM events to the Correlate service and get back observations, relationships, and scored attack chains. Run this FIRST — everything else builds on its output.","risk":"read-only","timeoutMs":15000,"retryPolicy":"none","authPolicy":"platform-key","tracePolicy":"propagate","inputSchema":{"type":"object","properties":{"datasetId":{"type":"string","minLength":1,"maxLength":128}},"additionalProperties":false},"outputSchema":{"type":"object"}},{"name":"enrich_indicators","owner":"threatpulse","description":"Extract public IPs, domains, URLs, and hashes from grounded Correlate observations, then request provider-attributed external context from ThreatPulse. No record never means safe.","risk":"read-only","timeoutMs":20000,"retryPolicy":"none","authPolicy":"platform-key","tracePolicy":"propagate","outputSchema":{"type":"object"}},{"name":"map_attack","owner":"investigate","description":"Map the correlated observations onto MITRE ATT&CK techniques and produce an ordered kill chain by tactic. Use to explain adversary progression.","risk":"read-only","timeoutMs":2000,"retryPolicy":"none","authPolicy":"public-read","tracePolicy":"propagate","inputSchema":{"type":"object","additionalProperties":false},"outputSchema":{"type":"object"}},{"name":"lookup_technique","owner":"investigate","description":"Look up one technique in the pinned official Enterprise ATT&CK 19.1 STIX subset.","risk":"read-only","timeoutMs":1000,"retryPolicy":"none","authPolicy":"public-read","tracePolicy":"propagate","inputSchema":{"type":"object","required":["id"],"properties":{"id":{"type":"string","pattern":"^T[0-9]{4}(?:\\.[0-9]{3})?$"}},"additionalProperties":false},"outputSchema":{"type":"object"}},{"name":"search_techniques","owner":"investigate