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 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.pulsars-tools]
url = "https://api.pulsars.tools/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pulsars-tools": {
"type": "http",
"url": "https://api.pulsars.tools/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pulsars-tools
Remote MCP URL: https://api.pulsars.tools/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": {
"pulsars-tools": {
"url": "https://api.pulsars.tools/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pulsars-tools": {
"type": "http",
"url": "https://api.pulsars.tools/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pulsars-tools",
"transport": "streamable-http",
"url": "https://api.pulsars.tools/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
simulate_auto_entrepreneur_income— Simulate French auto-entrepreneur net income (2026 URSSAF rates).calculate_compound_interest— Calculate compound interest with monthly contributions.count_business_days— Count business days between dates (FR, GB, US, DE, ES, IT, BE holidays).calculate_tdee— Calculate TDEE and BMR (mifflin, harris, katch, schofield).calculate_sleep_times— Optimal bedtimes/wake-up times (90-min sleep cycles).predict_race_time— Predict race time (Riegel formula).calculate_cidr— IP subnet details from CIDR notation.calculate_chmod— Convert Unix permissions (octal ↔ symbolic).