ENDPOINT 1
https://grov.fun/mcp
MCP server metadata
- Name
- grov
- Version
- 1.0.0
Use grov_services to see what can be bought, grov_buy to price a purchase and get the exact call to make, and grov_order_status to follow an order. grov never spends from your wallet: it hands you the call and you sign it.
Known tools 4
grov_servicesList everything grov can grow, with the price per unit, the amount range and the parameter each service needs.
Inferred read-onlygrov_order_statusRead an existing order using the secret returned when it was created.
Inferred read-onlygrov_helpExplain how to integrate: the payment flow, the networks, the discovery files and what to expect from delivery.
Potential side effectsCONNECT 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.grov]
url = "https://grov.fun/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"grov": {
"type": "http",
"url": "https://grov.fun/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: grov
Remote MCP URL: https://grov.fun/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": {
"grov": {
"url": "https://grov.fun/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"grov": {
"type": "http",
"url": "https://grov.fun/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "grov",
"transport": "streamable-http",
"url": "https://grov.fun/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.