LIVE ENDPOINT
https://mcp.backlight.ai/mcp
Connect to this endpoint to inspect the live schema for set_map_pin and invoke it with your own arguments.
Indexed 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 server
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.backlight-ai]
url = "https://mcp.backlight.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"backlight-ai": {
"type": "http",
"url": "https://mcp.backlight.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: backlight-ai
Remote MCP URL: https://mcp.backlight.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": {
"backlight-ai": {
"url": "https://mcp.backlight.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"backlight-ai": {
"type": "http",
"url": "https://mcp.backlight.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "backlight-ai",
"transport": "streamable-http",
"url": "https://mcp.backlight.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_docs— Returns ranked Backlight.ai site-content sections (search_result blocks with citations) from all site pages: services, pricing, methodology, and legal pages (terms & conditions, privacy policy, cookie policy, security policy, accessibility statement).search_cases— Returns ranked Backlight.ai portfolio cases as CaseSummary objects (slug, title, client, year, sector, summary) using BM25 + Dutch stemming.semantic_search— Returns ranked Backlight.ai site-content sections (search_result blocks with citations) using embedding-based (vector) retrieval over the case + docs corpus AND the FAQ (matching FAQ entries are cited as /docs/faq#<slug> deep links, mixed into the ranking).get_case— Returns full CaseDetail for one Backlight.ai case (frontmatter metadata + complete markdown body) by slug.search_faq— Returns matching Backlight.ai FAQ entries as FaqItem objects (category, question, answer, homepage, url) ranked by BM25 + Dutch stemming.search_faq_vectors— Search THIS organisation's FAQ by meaning (semantic vector search).search_pois— Search the current organisation's Points of Interest (POIs) by category.submit_feedback— Store visitor feedback about the current conversation.