eCommerce
selfe.ai
This MCP server enables discovering, matching, and booking venues based on live availability and pricing.
ENDPOINT 1
https://selfe.ai/mcp
MCP server metadata
- Name
- Selfe — The Registry
- Version
- 1.0.0
Selfe — The Registry is a machine-readable registry of bookable venues for AI agents. Use discover_venues to browse candidates (no dates, no price), match_venues to ground the top candidates in live price + availability for specific dates (this returns THE bookable answer with a booking handle), resolve_venue to reconcile a named venue or website to its registry identity, and book_venue to reserve a grounded option. This is an information + booking surface: every tool returns structured JSON (venue cards, booking handles, confirmation), NOT a rendered UI. Never invent prices, availability or amenities — only match_venues carries live pricing. To book as a foreign agent with no Selfe account, present a signed AP2 Cart Mandate (see /auth.md).
Known tools 4
match_venuesGround venues in live price + availability for specific dates — THE bookable answer.
Inferred read-onlyresolve_venueReconcile a specific venue you already know — by name and/or website — to its registry identity.
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.selfe-the-registry]
url = "https://selfe.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"selfe-the-registry": {
"type": "http",
"url": "https://selfe.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: selfe-the-registry
Remote MCP URL: https://selfe.ai/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": {
"selfe-the-registry": {
"url": "https://selfe.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"selfe-the-registry": {
"type": "http",
"url": "https://selfe.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "selfe-the-registry",
"transport": "streamable-http",
"url": "https://selfe.ai/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.