External Transmission
Medium
- Category
- Data Exfiltration
- Content
Any HTTP-capable environment can call it directly (JSON-RPC 2.0): curl -s -X POST https://worldclock.pro/mcp \ -H 'Content-Type: application/json' \ -H 'Accept: application/json, text/event-stream' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_current_time","arguments":{"locations":[{"query":"Tokyo"}]}}}'- Confidence
- 87% confidence
- Finding
- curl -s -X POST https://worldclock.pro/mcp \ -H 'Content-Type: application/json' \ -H 'Accept: application/json, text/event-stream' \ -d
