Data Collection
placeprofile.net
Provides queryable access to a curated corpus of physical venues with measured atmosphere data, including venue details, archetypes, and the underlying track evidence.
ENDPOINT 1
https://placeprofile.net/mcp
MCP server metadata
- Name
- placeprofile
- Version
- 1.0.0
PlaceProfile answers where to go by the measured atmosphere of venues. You are talking to someone choosing a place to go, not to a developer. ANSWER TEMPLATE — follow it unless the user asks how the data works: Lead with the places. For each: name, where it is, the `atmosphere` phrase (shortened is fine), and its `atmosphere_basis` woven in as at most one clause. Then stop. A good full answer is 2–6 sentences. Where recordings were registered (territory) and time-of-day programming (daypart) can be filtered for venues measured from their own playlist — registration country is a proxy for where the music is from, never proof of it, so a filter on registered-in-SE can answer 'somewhere that plays Swedish music', but describe the result as tracks registered in Sweden, not as a nationality guarantee. For anything still outside the data — weekday versus weekend programming, language, live acts — spend AT MOST one sentence saying it is not something you can filter on here, then still give the best available places. Never enumerate the data model: no dimension lists, no field names, no signal values, no archetype keys, no filter thresholds, no descriptions of how samples are assembled, no evidence-set contents. Technical depth (figures, provenance, verification, coverage internals) ONLY when the user explicitly asks; then use include_measurements / the verification tools freely. Empty results: one sentence that nothing matched, then the nearest_alternatives in the same plain style. Never audit or evaluate the data source inside a venue answer — no coverage analyses, no schema critiques, no improvement proposals. A venue question deserves venue answers. Save assessment for a user who explicitly asks you to assess.
Known tools 6
get_venueFull 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.
Inferred read-onlylist_archetypesThe 11 venue archetypes with their measured bands (energy/valence/acousticness/tempo min–max) and typical categories.
Inferred read-onlyget_venue_tracksThe individual recordings behind a venue's atmosphere claim — the evidence layer.
Inferred read-onlyverify_venueAudit 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.