INDIVIDUAL MCP TOOL
watch_program
Sets a fills-up/closing email alert for one program on the signed-in user’s Junely account — identical to the “alert me” button on junely.
LIVE ENDPOINT
https://junely.co/mcp
Connect to this endpoint to inspect the live schema for watch_program and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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.junely]
url = "https://junely.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"junely": {
"type": "http",
"url": "https://junely.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: junely
Remote MCP URL: https://junely.co/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": {
"junely": {
"url": "https://junely.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"junely": {
"type": "http",
"url": "https://junely.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "junely",
"transport": "streamable-http",
"url": "https://junely.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_programs— Search Junely’s daily-verified catalog of Colorado summer camps and after-school programs.get_program_details— Full details for a single program by its Junely id (from search results): description, dates, ages, price, current enrollment status, and the provider’s info + registration links.whats_open— Programs currently OPEN for registration, freshest first — Junely’s honesty signal.save_camp— Saves a program to the signed-in user’s Junely watchlist.