API Tools
grantr.id
Provides tools to interact with Grantr wallet services, including retrieving balances, portfolio snapshots, and execution targets.
ENDPOINT 1
https://mcp.grantr.id/mcp
MCP server metadata
- Name
- grantr-mcp-server
- Version
- 0.1.0
Known tools 19
grantr_get_capabilitiesReturn Grantr MCP version, endpoint, tools, and safety policy.
Inferred read-onlygrantr_get_execution_targetsRead Grantr execution targets; backend response is authoritative for visibility and defaults.
Inferred read-onlygrantr_resolve_wallet_contextResolve owner, active wallet provider, active wallet address, and optional Bankr context from MCP session metadata.
Inferred read-onlygrantr_get_portfolio_snapshotRead a small live portfolio snapshot for the context owner wallet without polling.
Inferred read-onlygrantr_list_savings_opportunitiesDiscover live Grantr/Morpho savings opportunities.
Inferred read-onlygrantr_get_savings_positionsRead current Grantr/Morpho savings positions for the context owner wallet.
Inferred read-onlygrantr_prepare_savings_depositPrepare unsigned approval/deposit transactions for a live Grantr savings opportunity.
Inferred read-onlygrantr_prepare_savings_withdrawPrepare unsigned withdraw/redeem transactions for a live Grantr savings position.
Inferred read-onlygrantr_get_transaction_receiptRead a Morpho transaction receipt by hash and chain.
Inferred read-onlygrantr_get_fileverse_connectorInspect Fileverse connector status for the context owner.
Inferred read-onlygrantr_list_fileverse_documentsList Fileverse documents available to the Grantr account.
Inferred read-onlygrantr_get_fileverse_documentRead one Fileverse document available to the Grantr account.
Inferred read-onlygrantr_create_fileverse_documentCreate a Fileverse document after confirmation and secret redaction checks.
Potential side effectsgrantr_update_fileverse_documentUpdate a Fileverse document after confirmation and secret redaction checks.
Potential side effectsgrantr_share_fileverse_documentShare a Fileverse document with a recipient EVM address after explicit confirmation.
Inferred read-onlygrantr_import_fileverse_document_to_bankrImport a selected Fileverse document into Bankr files when Bankr is linked.
Inferred read-onlyCONNECT 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-mcp-server]
url = "https://mcp.grantr.id/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"grantr-mcp-server": {
"type": "http",
"url": "https://mcp.grantr.id/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: grantr-mcp-server
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-mcp-server": {
"url": "https://mcp.grantr.id/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"grantr-mcp-server": {
"type": "http",
"url": "https://mcp.grantr.id/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "grantr-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.grantr.id/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for grantr.id was fetched 2026-07-27T22:15:40.276Z and is being refreshed.
grantr.id is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.