← servicios-ya.net
INDIVIDUAL MCP TOOL
list_calendar_events
List upcoming events in the provider's connected Google Calendar (read-only).
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.servicios-ya-net]
url = "https://servicios-ya.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"servicios-ya-net": {
"type": "http",
"url": "https://servicios-ya.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: servicios-ya-net
Remote MCP URL: https://servicios-ya.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": {
"servicios-ya-net": {
"url": "https://servicios-ya.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"servicios-ya-net": {
"type": "http",
"url": "https://servicios-ya.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "servicios-ya-net",
"transport": "streamable-http",
"url": "https://servicios-ya.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_compatible_orders— List orders compatible with the authenticated provider profile.get_order_details— Get full details of a specific order including description, client info (anonymized), existing proposals count and budget range.analyze_order_fit— Heuristic analysis whether order fits the provider profile.get_client_history— Anonymized history of the client who opened an order: number of completed orders, average rating given.check_competitive_landscape— Snapshot of competing proposals on an order: count, price range, average response time of competitors.create_proposal— Create a new proposal for an order.update_proposal— Update an existing pending proposal (amount, deadline, message).withdraw_proposal— Withdraw a sent proposal (with optional reason).