← meta-council.com

INDIVIDUAL MCP TOOL

submit_consulting_deliverable

Submit an owned draft deliverable for internal review without publishing it.

meta-council.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://meta-council.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for submit_consulting_deliverable and invoke it with your own arguments.

Indexed 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 server

meta-council.com

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).