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.select-interactive-com]
url = "https://www.select-interactive.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"select-interactive-com": {
"type": "http",
"url": "https://www.select-interactive.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: select-interactive-com
Remote MCP URL: https://www.select-interactive.com/api/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": {
"select-interactive-com": {
"url": "https://www.select-interactive.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"select-interactive-com": {
"type": "http",
"url": "https://www.select-interactive.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "select-interactive-com",
"transport": "streamable-http",
"url": "https://www.select-interactive.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— List the services offered by Select Interactive.get_service— Fetch a single service by its URL slug (the path segment after /services/).list_case_studies— List Select Interactive case studies in display order.get_case_study— Fetch a single case study by its URL slug.get_news— Fetch a single news article by its URL slug.search_news— Filter news articles by free-text query, category, and/or tag.get_content_stats— Return total counts for shipped case studies and news articles on the public site.get_company_info— Return high-level company information for Select Interactive: name, founding year, founders, locations, and primary contact channels.