← placeprofile.net

INDIVIDUAL MCP TOOL

get_venue_tracks

The individual recordings behind a venue's atmosphere claim — the evidence layer.

placeprofile.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://placeprofile.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_venue_tracks 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

placeprofile.net

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

.mcp.json

{
  "mcpServers": {
    "placeprofile": {
      "type": "http",
      "url": "https://placeprofile.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • corpus_info — Scale, coverage and freshness of the PlaceProfile venue corpus.
  • find_venues — Find physical venues by MEASURED atmosphere.
  • get_venue — Full published record for one venue by slug: identity, address, geo, website (the booking path), social links, category, a plain-English `atmosphere` description and its `atmosphere_basis`, and the machine-readable jsonld_url for verification.
  • list_archetypes — The 11 venue archetypes with their measured bands (energy/valence/acousticness/tempo min–max) and typical categories.
  • verify_venue — Audit a venue's published claim with zero trust: recompute the venue-level averages from the per-track evidence in the live document, and check sha256(inline canonical record) against each track's published hash.