Content Tools
myaiguide.co
Provides search and retrieval of AI tool directory content from myaiguide.co, including tools, repos, blog posts, and site sections.
ENDPOINT 1
https://myaiguide.co/api/mcp
MCP server metadata
- Name
- My AI Guide
- Version
- 1.0.0
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
searchFull-text search across the AI tool directory and the repos/plugins catalog.
Inferred read-onlylist_site_sectionsList 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-onlyget_pageFetch the readable text content of any page on myaiguide.co by its path (e.g.
Inferred read-onlylist_toolsList published AI tools, optionally filtered by category and pricing model, sorted by editor rating or recency.
Inferred read-onlyget_toolFetch 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-onlycompare_toolsFetch the editorial records for 2–3 tools side by side so you can compare them.
Inferred read-onlylist_reposList published GitHub repos, Claude Code plugins, MCP servers, and AI skills with install info, stars, and descriptions.
Inferred read-onlysearch_newsSearch or list the AI tool news feed (releases, feature launches, pricing changes).
Inferred read-onlyget_glossary_termFetch one glossary term by slug, with its extended explanation and FAQ.
Inferred read-onlyget_site_contextPublisher identity, what the site covers, how affiliate links work, and citation guidance for AI systems.
Inferred read-onlyCONNECT 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.
myaiguide.co is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.