← visiqlabs.com
INDIVIDUAL MCP TOOL
get_developer_resources
Developer docs and machine-readable API discovery: product docs, the ALLOW and RECALL API references, the RFC 9727 API catalog, and the agent auth guide.
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.visiqlabs-com]
url = "https://visiqlabs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"visiqlabs-com": {
"type": "http",
"url": "https://visiqlabs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: visiqlabs-com
Remote MCP URL: https://visiqlabs.com/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": {
"visiqlabs-com": {
"url": "https://visiqlabs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"visiqlabs-com": {
"type": "http",
"url": "https://visiqlabs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "visiqlabs-com",
"transport": "streamable-http",
"url": "https://visiqlabs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_overview— What VisIQ is and the key public URLs (site, app, API, docs).list_pages— List the public VisIQ marketing pages with their absolute URLs.get_auth_instructions— Summarize how an agent authenticates to the VisIQ API (human-provisioned bearer API key) and point to the full auth.md instructions.get_platform_urls— The VisIQ web-app sign-in / sign-up / dashboard URLs and the API base URL.