← chronary.ai

INDIVIDUAL MCP TOOL

get_availability_rules

Read the buffer times and working-hours rules configured on a calendar.

chronary.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.chronary.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_availability_rules 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

chronary.ai

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.chronary]
url = "https://api.chronary.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "chronary": {
      "type": "http",
      "url": "https://api.chronary.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: chronary
Remote MCP URL: https://api.chronary.ai/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": {
    "chronary": {
      "url": "https://api.chronary.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "chronary": {
      "type": "http",
      "url": "https://api.chronary.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "chronary",
  "transport": "streamable-http",
  "url": "https://api.chronary.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • create_agent — Register your agent (AI assistant, human participant, or resource) with Chronary so it can own calendars, events, and webhooks.
  • list_agents — List all agents in your organization
  • create_calendar — Create a calendar to hold events and track availability.
  • create_event — Create a booking, appointment, meeting, hold, or any scheduled event on a calendar.
  • list_events — List events on a calendar or across an agent's calendars, including internally created events and externally synced events from iCal subscriptions (e.
  • get_event — Retrieve a single event by ID, including its title, times, status, location, reminders, and metadata.
  • update_event — Reschedule or edit an event — change its title, description, start/end times, location, status, reminders, or metadata.
  • get_availability — Check when a single agent is free across its Chronary calendars and any human calendars authorized for that agent.