LIVE ENDPOINT
https://karboosx.net/mcp
Connect to this endpoint to inspect the live schema for utils_date_to_timestamp 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.karboosx-mcp-server]
url = "https://karboosx.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"karboosx-mcp-server": {
"type": "http",
"url": "https://karboosx.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: karboosx-mcp-server
Remote MCP URL: https://karboosx.net/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": {
"karboosx-mcp-server": {
"url": "https://karboosx.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"karboosx-mcp-server": {
"type": "http",
"url": "https://karboosx.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "karboosx-mcp-server",
"transport": "streamable-http",
"url": "https://karboosx.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
blog_list_posts— List published blog posts that are included in the listing, with pagination and optional search.blog_read_post— Read a specific blog post by its ID.snippet_list— List public snippets with pagination and optional search.snippet_read— Read a specific snippet by its ID.snippet_search— Search public snippets by title, content, or keywords.user_message_generate_channel— Generates a new channel for user messages.user_message_get— Gets messages from a user message channel.user_message_send— Sends a message to a user message channel.