Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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).