← Registry

API Tools

grantr.id

Provides tools to interact with Grantr wallet services, including retrieving balances, portfolio snapshots, and execution targets.

1 endpoint19 known toolsFirst detected July 11, 2026Last detected August 17, 2026

ENDPOINT 1

https://mcp.grantr.id/mcp

No auth detected

MCP server metadata

Name
grantr-mcp-server
Version
0.1.0
Capabilities
tools

Known tools 19

grantr_get_capabilities

Return Grantr MCP version, endpoint, tools, and safety policy.

Inferred read-only
grantr_get_execution_targets

Read Grantr execution targets; backend response is authoritative for visibility and defaults.

Inferred read-only
grantr_resolve_wallet_context

Resolve owner, active wallet provider, active wallet address, and optional Bankr context from MCP session metadata.

Inferred read-only
grantr_get_balances

Read live balances for the context owner wallet.

Inferred read-only
grantr_get_portfolio_snapshot

Read a small live portfolio snapshot for the context owner wallet without polling.

Inferred read-only
grantr_list_savings_opportunities

Discover live Grantr/Morpho savings opportunities.

Inferred read-only
grantr_get_savings_positions

Read current Grantr/Morpho savings positions for the context owner wallet.

Inferred read-only
grantr_prepare_savings_deposit

Prepare unsigned approval/deposit transactions for a live Grantr savings opportunity.

Inferred read-only
grantr_prepare_savings_withdraw

Prepare unsigned withdraw/redeem transactions for a live Grantr savings position.

Inferred read-only
grantr_get_transaction_receipt

Read a Morpho transaction receipt by hash and chain.

Inferred read-only
grantr_get_bankr_wallet

Inspect linked Bankr wallet status for the context owner.

Inferred read-only
grantr_link_bankr_wallet

Complete a Grantr-issued Bankr link session.

Inferred read-only
grantr_get_fileverse_connector

Inspect Fileverse connector status for the context owner.

Inferred read-only
grantr_list_fileverse_documents

List Fileverse documents available to the Grantr account.

Inferred read-only
grantr_get_fileverse_document

Read one Fileverse document available to the Grantr account.

Inferred read-only
grantr_create_fileverse_document

Create a Fileverse document after confirmation and secret redaction checks.

Potential side effects
grantr_update_fileverse_document

Update a Fileverse document after confirmation and secret redaction checks.

Potential side effects
grantr_share_fileverse_document

Share a Fileverse document with a recipient EVM address after explicit confirmation.

Inferred read-only
grantr_import_fileverse_document_to_bankr

Import a selected Fileverse document into Bankr files when Bankr is linked.

Inferred read-only

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-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.

Trust status Neutral

grantr.id is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.