← hudsonvalleyforestry.com

INDIVIDUAL MCP TOOL

hvg_get_services

Get the Hudson Valley Goats service catalog for targeted goat grazing.

hudsonvalleyforestry.comnone authenticationAvailability not checked

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 endpoint

hudsonvalleyforestry.com

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.hudson-valley-goats-forestry]
url = "https://mcp.hudsonvalleyforestry.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hudson-valley-goats-forestry": {
      "type": "http",
      "url": "https://mcp.hudsonvalleyforestry.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hudson-valley-goats-forestry
Remote MCP URL: https://mcp.hudsonvalleyforestry.com/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": {
    "hudson-valley-goats-forestry": {
      "url": "https://mcp.hudsonvalleyforestry.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hudson-valley-goats-forestry": {
      "type": "http",
      "url": "https://mcp.hudsonvalleyforestry.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hudson-valley-goats-forestry",
  "transport": "streamable-http",
  "url": "https://mcp.hudsonvalleyforestry.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • hvg_estimate — Estimate a goat grazing project: duration, animal type, and a comparison with mechanical clearing.
  • hvg_check_availability — Check live Hudson Valley Goats herd availability (busy and free date windows).
  • hvg_book_with_deposit — Book Hudson Valley Goats with a $50 refundable deposit.
  • hvg_request_quote — Request a Hudson Valley Goats grazing quote (creates a real sales lead, no payment).
  • hvf_get_services — Get the Hudson Valley Forestry residential service catalog (mechanical land clearing).
  • hvf_request_quote — Request a Hudson Valley Forestry quote for mechanical land clearing (creates a real sales lead).