Model Context Protocol
Bring Loci into your AI agent.
Connect Claude, Codex, Gemini, Grok, and any MCP-capable client to Loci. Your agent searches real places, manages your lists, and plans itineraries on your account.
Three steps to connect
Create an API key
Open Settings → API Keys and create a key. Copy it right away — it's shown only once.
Add the remote server
Point your AI client at Loci's MCP endpoint with your key as a Bearer token. No install needed.
Ask your agent about places
Search POIs, find nearby restaurants, manage lists and favorites, and (on Pro) generate full itineraries — all from your agent.
Connection details
Remote (recommended)
Streamable HTTP — works in Claude and any client that supports remote MCP servers.
Endpoint: https://api.lociai.fyi/mcp
Header: Authorization: Bearer In Claude Code: claude mcp add --transport http loci https://api.lociai.fyi/mcp --header "Authorization: Bearer <your-api-key>"
Local (stdio)
Prefer a local binary? Run the loci-mcp proxy; it forwards to the same endpoint.
LOCI_API_KEY=<your-api-key> loci-mcpWhat your agent can do
search_poisKeyword + semantic search over Loci's placesfind_nearbyRestaurants, hotels, activities, or attractions near a pointget_poi_detailsFull details for one placelist_itineraries / get_itinerary / update_itineraryRead and edit your saved itinerarieslist_user_lists / get_list / add_poi_to_listWork with your saved listslist_favorites / add_favoriteRead and add favoritesplan_itineraryGenerate and save a full itinerary (Pro)Data tools are available on every plan (with a daily limit). Loci Pro unlocks plan_itinerary and higher limits.
Ready to connect?
Create a free account, mint an API key, and plug Loci into your agent.
Get started free