← valpp.io

INDIVIDUAL MCP TOOL

get_entity

Fetch full details of a single Valpp entity by slug: contact, opening hours, services, attributes, trust signals, reviews, and schema.org JSON-LD.

valpp.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

valpp.io

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.valpp-mcp]
url = "https://valpp.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "valpp-mcp": {
      "type": "http",
      "url": "https://valpp.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: valpp-mcp
Remote MCP URL: https://valpp.io/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": {
    "valpp-mcp": {
      "url": "https://valpp.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "valpp-mcp": {
      "type": "http",
      "url": "https://valpp.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "valpp-mcp",
  "transport": "streamable-http",
  "url": "https://valpp.io/mcp"
}
MCP Inspector

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

Related tools

  • get_search_schema — Enumerates the filters accepted by `search_entities`, grouped by faceta (location, acceptance, facilities, services, policy, availability).
  • search_entities — Search Valpp's directory of pet services in Spain.
  • compare_entities — Return 2-4 Valpp entities side by side for comparison (rating, price, services, trust signals).
  • list_entities — Return a lightweight paginated index of entities in the Valpp directory (id, slug, type, name, city).