← sekaijin.fr
INDIVIDUAL MCP TOOL
get_place
Get one approved place by its slug, with its public detail (description, rating, links, location).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.sekaijin-fr]
url = "https://www.sekaijin.fr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sekaijin-fr": {
"type": "http",
"url": "https://www.sekaijin.fr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sekaijin-fr
Remote MCP URL: https://www.sekaijin.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": {
"sekaijin-fr": {
"url": "https://www.sekaijin.fr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sekaijin-fr": {
"type": "http",
"url": "https://www.sekaijin.fr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sekaijin-fr",
"transport": "streamable-http",
"url": "https://www.sekaijin.fr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_places— Search approved, public expat places (restaurants, coworking, gyms, spas, etc.).list_events— List upcoming published community events.get_country_feed— Get the recent visible activity feed (news, articles, places, events, announcements, posts) for a country.list_countries— List the countries Sekaijin covers (name + slug).