AI & Machine Learning
theaitoolsindex.com
Searches and retrieves information about AI tools from The AI Tools Index catalog.
ENDPOINT 1
https://theaitoolsindex.com/api/mcp/mcp
MCP server metadata
- Name
- aitoolsindex
- Version
- 1.20.0
The AI Tools Index is a catalog of AI tools, filed by category. Typical order: search_tools to find candidates by keyword, use-case or category -> get_tool for one listing's full detail -> list_alternatives when the user wants substitutes for a named product. Slugs: every tool is addressed by its listing slug. Take it from a search_tools result's toolUrl ("/tools/<slug>" -> "<slug>"); do not invent one. Data honesty: revenue is labeled verified (Stripe-connected) or self-reported, and the two are not interchangeable. A listing goes live only after badge verification. Paid placements are always labeled and never change a link's rel. There are no ratings or review scores here, so do not report any. submit_tool creates a DRAFT that a human must claim by email before it can publish. create_checkout returns a URL a HUMAN must open — never attempt payment yourself.
Known tools 6
search_toolsSearch the The AI Tools Index catalog of live, published AI tools by a free-text query.
Inferred read-onlyget_toolFetch the full public detail for one AI tool by its listing slug (as returned by search_tools' toolUrl, e.g.
Inferred read-onlylist_alternativesList live, same-category alternatives to a well-known AI tool (e.g.
Inferred read-onlylist_offersList the optional paid add-ons a maker can buy to promote their listing (name, one-sentence effect, price in USD).
Inferred read-onlycreate_checkoutCreate a Stripe checkout URL for one paid add-on on one listing, and return it for a HUMAN to open.
Potential side effectsCONNECT 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.aitoolsindex]
url = "https://theaitoolsindex.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aitoolsindex": {
"type": "http",
"url": "https://theaitoolsindex.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aitoolsindex
Remote MCP URL: https://theaitoolsindex.com/api/mcp/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": {
"aitoolsindex": {
"url": "https://theaitoolsindex.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aitoolsindex": {
"type": "http",
"url": "https://theaitoolsindex.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aitoolsindex",
"transport": "streamable-http",
"url": "https://theaitoolsindex.com/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://theaitoolsindex.com/mcp
MCP server metadata
- Name
- aitoolsindex
- Version
- 1.20.0
The AI Tools Index is a catalog of AI tools, filed by category. Typical order: search_tools to find candidates by keyword, use-case or category -> get_tool for one listing's full detail -> list_alternatives when the user wants substitutes for a named product. Slugs: every tool is addressed by its listing slug. Take it from a search_tools result's toolUrl ("/tools/<slug>" -> "<slug>"); do not invent one. Data honesty: revenue is labeled verified (Stripe-connected) or self-reported, and the two are not interchangeable. A listing goes live only after badge verification. Paid placements are always labeled and never change a link's rel. There are no ratings or review scores here, so do not report any. submit_tool creates a DRAFT that a human must claim by email before it can publish. create_checkout returns a URL a HUMAN must open — never attempt payment yourself.
Known tools 6
search_toolsSearch the The AI Tools Index catalog of live, published AI tools by a free-text query.
Inferred read-onlyget_toolFetch the full public detail for one AI tool by its listing slug (as returned by search_tools' toolUrl, e.g.
Inferred read-onlylist_alternativesList live, same-category alternatives to a well-known AI tool (e.g.
Inferred read-onlylist_offersList the optional paid add-ons a maker can buy to promote their listing (name, one-sentence effect, price in USD).
Inferred read-onlycreate_checkoutCreate a Stripe checkout URL for one paid add-on on one listing, and return it for a HUMAN to open.
Potential side effectsCONNECT 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.aitoolsindex]
url = "https://theaitoolsindex.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aitoolsindex": {
"type": "http",
"url": "https://theaitoolsindex.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aitoolsindex
Remote MCP URL: https://theaitoolsindex.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": {
"aitoolsindex": {
"url": "https://theaitoolsindex.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aitoolsindex": {
"type": "http",
"url": "https://theaitoolsindex.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aitoolsindex",
"transport": "streamable-http",
"url": "https://theaitoolsindex.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://theaitoolsindex.com/api/mcp-docs/mcp
MCP server metadata
- Name
- aitoolsindex-docs
- Version
- 1.20.0
The AI Tools Index documentation MCP. Read-only. Typical order: search_docs with a heading or path fragment -> get_doc with a public path such as /docs, /auth.md, /llms/mcp, /pricing. This server does not search the catalog and does not submit listings. Use the product MCP at /api/mcp/mcp for those tools. Auth: none. Environment: production. Sandbox: false.
Known tools 2
search_docsSearch The AI Tools Index public documentation headings and page paths.
Inferred read-onlyget_docReturn the markdown twin for a public path such as /docs, /auth.md, /llms/mcp, /pricing.
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.aitoolsindex-docs]
url = "https://theaitoolsindex.com/api/mcp-docs/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aitoolsindex-docs": {
"type": "http",
"url": "https://theaitoolsindex.com/api/mcp-docs/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aitoolsindex-docs
Remote MCP URL: https://theaitoolsindex.com/api/mcp-docs/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": {
"aitoolsindex-docs": {
"url": "https://theaitoolsindex.com/api/mcp-docs/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aitoolsindex-docs": {
"type": "http",
"url": "https://theaitoolsindex.com/api/mcp-docs/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aitoolsindex-docs",
"transport": "streamable-http",
"url": "https://theaitoolsindex.com/api/mcp-docs/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 theaitoolsindex.com was fetched 2026-08-24T03:31:17.460Z.
theaitoolsindex.com 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.