ENDPOINT 1
https://sesapp.fr/mcp
MCP server metadata
- Name
- sesapp-fiches
- Version
- 1.0.0
Access-sheet API. Subscribe via x402 on Base (15 / 79 / 250 USDC / 30 days), then Authorization: Bearer. Extra sheets: 0.50 USDC (Agent) or 0.25 (Fleet). Markdown flip-book shown to the guest (this field). Cover (map, name, formattedAddress, accessCode) is generated — do not repeat it here. Split pages with a line containing only --- . Supported: # ## ### headings, paragraphs, **bold**, *italic*, - / 1. lists, [label](https://...), . Photos: https URLs only. No file upload — host images yourself. Never put wifiPassword in Markdown; it is unlocked only within 150 m via GPS. Intent hrefs: sesapp:wifi (needs wifiName + wifiPassword) and sesapp:contact (needs phoneNumber). Guest-facing labels: [Ajouter le WiFi] / [Ajouter le contact]. If you omit those links but set the fields, SesApp appends WiFi/contact pages. Example: # Bienvenue Parking au fond à gauche.  --- ## Arrivée Sonnette à gauche. [Itinéraire](https://maps.google.com/?q=48.8566,2.3522) --- [Ajouter le WiFi](sesapp:wifi) --- [Ajouter le contact](sesapp:contact) REST: https://sesapp.fr/openapi.json — GEO playbook: https://sesapp.fr/llms.txt
Known tools 7
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.sesapp-fiches]
url = "https://sesapp.fr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sesapp-fiches": {
"type": "http",
"url": "https://sesapp.fr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sesapp-fiches
Remote MCP URL: https://sesapp.fr/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": {
"sesapp-fiches": {
"url": "https://sesapp.fr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sesapp-fiches": {
"type": "http",
"url": "https://sesapp.fr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sesapp-fiches",
"transport": "streamable-http",
"url": "https://sesapp.fr/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.