INDIVIDUAL MCP TOOL
grov_services
List everything grov can grow, with the price per unit, the amount range and the parameter each service needs.
LIVE ENDPOINT
https://grov.fun/mcp
Connect to this endpoint to inspect the live schema for grov_services and invoke it with your own arguments.
Indexed 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 server
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.
Related tools
grov_buy— Price a purchase and return the exact call to make.grov_order_status— Read an existing order using the secret returned when it was created.grov_help— Explain how to integrate: the payment flow, the networks, the discovery files and what to expect from delivery.