mcp_call
InactiveTool of SaSame Research Agent
Call a specific tool on ANOTHER MCP server and return its result — route a request through SaSame to a peer agent. SSRF-guarded, 20s timeout, no auto-pay (if the peer requires payment it is surfaced, not settled).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url",
"tool"
],
"properties": {
"url": {
"type": "string"
},
"args": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
},
"tool": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries