← grantr.id
INDIVIDUAL MCP TOOL
grantr_prepare_savings_withdraw
Prepare unsigned withdraw/redeem transactions for a live Grantr savings position.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.grantr-id]
url = "https://mcp.grantr.id/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"grantr-id": {
"type": "http",
"url": "https://mcp.grantr.id/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: grantr-id
Remote MCP URL: https://mcp.grantr.id/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"grantr-id": {
"url": "https://mcp.grantr.id/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"grantr-id": {
"type": "http",
"url": "https://mcp.grantr.id/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "grantr-id",
"transport": "streamable-http",
"url": "https://mcp.grantr.id/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
grantr_get_capabilities— Return Grantr MCP version, endpoint, tools, and safety policy.grantr_get_execution_targets— Read Grantr execution targets; backend response is authoritative for visibility and defaults.grantr_resolve_wallet_context— Resolve owner, active wallet provider, active wallet address, and optional Bankr context from MCP session metadata.grantr_get_balances— Read live balances for the context owner wallet.grantr_get_portfolio_snapshot— Read a small live portfolio snapshot for the context owner wallet without polling.grantr_list_savings_opportunities— Discover live Grantr/Morpho savings opportunities.grantr_get_savings_positions— Read current Grantr/Morpho savings positions for the context owner wallet.grantr_prepare_savings_deposit— Prepare unsigned approval/deposit transactions for a live Grantr savings opportunity.