Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent endpoint
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.tinyfn-io]
url = "https://tinyfn.io/mcp/all"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tinyfn-io": {
"type": "http",
"url": "https://tinyfn.io/mcp/all"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tinyfn-io
Remote MCP URL: https://tinyfn.io/mcp/all
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": {
"tinyfn-io": {
"url": "https://tinyfn.io/mcp/all"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tinyfn-io": {
"type": "http",
"url": "https://tinyfn.io/mcp/all"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tinyfn-io",
"transport": "streamable-http",
"url": "https://tinyfn.io/mcp/all"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
is_even— Check if a number is even.is_odd— Check if a number is odd.is_prime— Check if a number is prime.is_positive— Check if a number is positive.is_negative— Check if a number is negative.is_zero— Check if a number is zero.is_integer— Check if a number is an integer.is_divisible— Check if a number is divisible by another number.