← Registry

General Tools

grov.fun

Provides general-purpose tools through the Model Context Protocol.

x402 supported1 endpoint4 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://grov.fun/mcp

No auth detected

MCP server metadata

Name
grov
Version
1.0.0
Capabilities
tools
Server instructions

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_services

List everything grov can grow, with the price per unit, the amount range and the parameter each service needs.

Inferred read-only
grov_buy

Price a purchase and return the exact call to make.

Potential side effects
grov_order_status

Read an existing order using the secret returned when it was created.

Inferred read-only
grov_help

Explain how to integrate: the payment flow, the networks, the discovery files and what to expect from delivery.

Potential side effects

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

Indexed

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