INDIVIDUAL MCP TOOL
list_free_tools
List AnimStats free viral ๐ tools (account age, aura, worth, crush, etc.).
LIVE ENDPOINT
https://www.animstats.com/api/mcp
Connect to this endpoint to inspect the live schema for list_free_tools and invoke it with your own arguments.
Indexed 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 server
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.animstats]
url = "https://www.animstats.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"animstats": {
"type": "http",
"url": "https://www.animstats.com/api/mcp"
}
}
}
Claude Desktop
Settings โ Connectors โ Add custom connector
Name: animstats
Remote MCP URL: https://www.animstats.com/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": {
"animstats": {
"url": "https://www.animstats.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"animstats": {
"type": "http",
"url": "https://www.animstats.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "animstats",
"transport": "streamable-http",
"url": "https://www.animstats.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
free_tool_previewโ Preview a free AnimStats ๐ tool for a username.list_templatesโ List AnimStats API templates (id, title, duration/fps defaults).get_templateโ Get one AnimStats API template by id, including input props and schema hints when available.render_templateโ Render an AnimStats API template to MP4.