Data Collection
bureau.house
Lists fashion market agenda events and submits brand URLs for intake workflow.
ENDPOINT 1
https://bureau.house/mcp
MCP server metadata
- Name
- BUREAU Public Discovery
- Version
- 1.0.0
Use public tools only. Protected BUREAU APIs require OAuth metadata advertised in /.well-known/oauth-protected-resource.
Known tools 2
bureau_list_market_agendaList published fashion market agenda events verified from official organizer sources.
Inferred read-onlybureau_submit_brand_urlSubmit a fashion brand website URL for the public BUREAU intake workflow.
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.bureau-public-discovery]
url = "https://bureau.house/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bureau-public-discovery": {
"type": "http",
"url": "https://bureau.house/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bureau-public-discovery
Remote MCP URL: https://bureau.house/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": {
"bureau-public-discovery": {
"url": "https://bureau.house/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bureau-public-discovery": {
"type": "http",
"url": "https://bureau.house/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bureau-public-discovery",
"transport": "streamable-http",
"url": "https://bureau.house/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bureau.house was fetched 2026-08-24T00:37:10.155Z.
bureau.house is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.