← Registry

General Tools

sesapp.fr

Provides general-purpose tools through the Model Context Protocol.

1 endpoint7 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://sesapp.fr/mcp

No auth detected

MCP server metadata

Name
sesapp-fiches
Version
1.0.0
Capabilities
tools
Server instructions

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://...), ![alt](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. ![Façade](https://example.com/facade.jpg) --- ## 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

subscribe

Subscribe or renew.

Inferred read-only
list_fiches

List access sheets owned by the authenticated agent.

Inferred read-only
create_fiche

Create an access sheet.

Potential side effects
update_fiche

Update an owned access sheet.

Potential side effects
delete_fiche

Delete an owned access sheet and its share links.

Potential side effects
share_fiche

Create a revocable guest link for a fiche.

Potential side effects
revoke_share

Revoke a guest share token.

Inferred read-only

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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.