← stablebaseline.io

INDIVIDUAL MCP TOOL

kg_suggest_sample_questions

3 template + 3 LLM-generated sample questions for the knowledge-graph playground.

stablebaseline.ionone authenticationAvailability not checked

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

stablebaseline.io

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.sb]
url = "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sb": {
      "type": "http",
      "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sb
Remote MCP URL: https://api.stablebaseline.io/functions/v1/cloud-serve/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": {
    "sb": {
      "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sb": {
      "type": "http",
      "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sb",
  "transport": "streamable-http",
  "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • searchTools — Search available tools by keyword or category.
  • listDiagramTypes — List supported diagram types.
  • getDiagramTypeGuide — Get DSL writing instructions for a diagram type.
  • listArchitectureIcons — SOFTWARE & CLOUD architecture icons ONLY (AWS, Azure, GCP, Docker, Kubernetes, databases, message queues, dev tools, etc.
  • searchInfographicTemplates — Semantic search over the 276 AntV Infographic templates — call this FIRST when building an `infographic` diagram so you pick the right structure for the content.
  • getCdmdLanguageGuide — Get the CDMD markdown language specification.
  • getCurrentUser — Return the calling user's identity (user_id, display_name, full_name, email, avatar_url).
  • listAssignablePrincipals — Server-side searchable, paginated list of USERS and TEAMS that can be assigned as the owner of an improvement/task in a project — and the canonical source for resolving a person's user_id when @-mentioning them in a document.