← tc-snetworkevents.com
INDIVIDUAL MCP TOOL
settle_payout
Process payment for a VERIFIED job, creating a payout record and marking the job as SETTLED.
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.tc-snetworkevents-com]
url = "https://tc-snetworkevents.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tc-snetworkevents-com": {
"type": "http",
"url": "https://tc-snetworkevents.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tc-snetworkevents-com
Remote MCP URL: https://tc-snetworkevents.com/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": {
"tc-snetworkevents-com": {
"url": "https://tc-snetworkevents.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tc-snetworkevents-com": {
"type": "http",
"url": "https://tc-snetworkevents.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tc-snetworkevents-com",
"transport": "streamable-http",
"url": "https://tc-snetworkevents.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
escalate_issue— Flag an issue for human review.list_contractors— List available contractors in the network with their skills and trust scores for job assignment decisions.generate_schedule— Generate or update the event operations schedule using AI, creating calendar items organized by lifecycle phases.get_event_status— Get a comprehensive status overview of an event including job counts by status, active needs, and calendar summary.scan_needs— Scan active need detectors for the event and identify any needs that should be triggered based on current time relative to event schedule.create_job_from_template— Create a new job from a job template.approve_job— Approve a PROPOSED job, moving it to APPROVED status so it can be assigned to a contractor.assign_job— Assign an APPROVED job to a contractor based on skills match and availability.