← myaiguide.co

INDIVIDUAL MCP TOOL

get_glossary_term

Fetch one glossary term by slug, with its extended explanation and FAQ.

myaiguide.conone authenticationAvailability not checked

LIVE ENDPOINT

https://myaiguide.co/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_glossary_term and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

myaiguide.co

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.my-ai-guide]
url = "https://myaiguide.co/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "my-ai-guide": {
      "type": "http",
      "url": "https://myaiguide.co/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: my-ai-guide
Remote MCP URL: https://myaiguide.co/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": {
    "my-ai-guide": {
      "url": "https://myaiguide.co/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "my-ai-guide": {
      "type": "http",
      "url": "https://myaiguide.co/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "my-ai-guide",
  "transport": "streamable-http",
  "url": "https://myaiguide.co/api/mcp"
}
MCP Inspector

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

Related tools

  • search — Full-text search across the AI tool directory and the repos/plugins catalog.
  • fetch — Retrieve the full text of a myaiguide.co document by id.
  • list_site_sections — List every public section of myaiguide.co — tools, repos, blog, news, glossary, comparisons, categories, leaderboards, and the editorial/trust pages (about, disclosure, methodology, corrections, privacy, terms, etc.).
  • get_page — Fetch the readable text content of any page on myaiguide.co by its path (e.g.
  • list_tools — List published AI tools, optionally filtered by category and pricing model, sorted by editor rating or recency.
  • get_tool — Fetch the full editorial record for one AI tool by slug: rating, pricing, pros/cons, target audience, use cases, FAQ, and the affiliate-safe /go redirect link.
  • list_categories — List all tool categories with their slugs and descriptions.
  • compare_tools — Fetch the editorial records for 2–3 tools side by side so you can compare them.