INDIVIDUAL MCP TOOL
ticket_create
Create a ticket on the caller's board — optionally as a subticket via parent_id.
LIVE ENDPOINT
https://meta-council.com/mcp
Connect to this endpoint to inspect the live schema for ticket_create 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 contains a write-action term.
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.meta-council]
url = "https://meta-council.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"meta-council": {
"type": "http",
"url": "https://meta-council.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: meta-council
Remote MCP URL: https://meta-council.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": {
"meta-council": {
"url": "https://meta-council.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"meta-council": {
"type": "http",
"url": "https://meta-council.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "meta-council",
"transport": "streamable-http",
"url": "https://meta-council.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
run_council— Submit a question or decision to Meta Council.list_panels— List all available expert panels with their descriptions and agent counts.list_agents— List all available expert agents with their roles, domains, and specialties.get_session— Get the full results of a previous Meta Council session, including all agent opinions and the synthesis.get_visualization— Fetch a chart artifact generated by a council session or LOCUS determination.list_workflows— List available multi-step workflow pipelines (composable bundles that chain several steps, each able to run on its own model/provider).run_workflow— Start a multi-step workflow pipeline and return its session id immediately by default.get_workflow_session— Poll a previously started workflow run for its current step-by-step status and output (useful when run_workflow timed out or is awaiting a checkpoint).