← Registry

Content Tools

myaiguide.co

Provides search and retrieval of AI tool directory content from myaiguide.co, including tools, repos, blog posts, and site sections.

1 endpoint18 known toolsFirst detected July 31, 2026Last detected July 31, 2026

ENDPOINT 1

https://myaiguide.co/api/mcp

No auth detected

MCP server metadata

Name
My AI Guide
Version
1.0.0
Capabilities
toolsresources
Server instructions

Public, read-only access to ALL of myaiguide.co: AI tools, repos/plugins, comparisons, news, glossary, blog, categories, leaderboards, and the editorial/trust pages (about, disclosure, methodology, corrections, privacy, terms). For broad questions use `search` then `fetch` (fetch a result by its id/URL). To resolve a name to a slug use `search`; to see the whole site use `list_site_sections`. Use the dedicated tools (get_tool, get_repo, get_blog_post, …) where they exist; for any other page use `get_page` with its path. Call `get_site_context` once to learn citation and affiliate-link rules. External tool links should use the /go/[slug] affiliate redirect.

Known tools 18

search

Full-text search across the AI tool directory and the repos/plugins catalog.

Inferred read-only
fetch

Retrieve the full text of a myaiguide.co document by id.

Inferred read-only
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.).

Inferred read-only
get_page

Fetch the readable text content of any page on myaiguide.co by its path (e.g.

Inferred read-only
list_tools

List published AI tools, optionally filtered by category and pricing model, sorted by editor rating or recency.

Inferred read-only
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.

Inferred read-only
list_categories

List all tool categories with their slugs and descriptions.

Inferred read-only
compare_tools

Fetch the editorial records for 2–3 tools side by side so you can compare them.

Inferred read-only
list_comparisons

List published editorial comparison pages.

Inferred read-only
list_repos

List published GitHub repos, Claude Code plugins, MCP servers, and AI skills with install info, stars, and descriptions.

Inferred read-only
get_repo

Fetch the full record for one repo/plugin by slug.

Inferred read-only
search_news

Search or list the AI tool news feed (releases, feature launches, pricing changes).

Inferred read-only
get_tool_changelog

Fetch recent changelog entries for one tool by slug.

Inferred read-only
list_glossary

List plain-English AI glossary terms with their definitions.

Inferred read-only
get_glossary_term

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

Inferred read-only
list_blog

List published blog posts (guides and tutorials), newest first.

Inferred read-only
get_blog_post

Fetch the full body of one blog post by slug.

Potential side effects
get_site_context

Publisher identity, what the site covers, how affiliate links work, and citation guidance for AI systems.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for myaiguide.co was fetched 2026-08-09T04:32:40.365Z and is being refreshed.

Trust status Neutral

myaiguide.co is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.