← weandco.org

INDIVIDUAL MCP TOOL

get_huddle

Get details for a specific We&Co Huddle by ID

weandco.orgnone authenticationAvailability not checked

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

weandco.org

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.weandco-org]
url = "https://weandco.org/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "weandco-org": {
      "type": "http",
      "url": "https://weandco.org/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: weandco-org
Remote MCP URL: https://weandco.org/api/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": {
    "weandco-org": {
      "url": "https://weandco.org/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "weandco-org": {
      "type": "http",
      "url": "https://weandco.org/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "weandco-org",
  "transport": "streamable-http",
  "url": "https://weandco.org/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_upcoming_events — List upcoming We&Co networking events and huddle meetings
  • get_event — Get details for a specific We&Co event by ID
  • list_huddles — List active We&Co Huddles (referral networking groups)
  • get_platform_stats — Get live We&Co platform statistics — active members, Huddles, referrals, and markets served.
  • list_businesses — Browse or search published member business listings.
  • get_business — Get details for a specific We&Co business listing by ID
  • search_weandco — Search across We&Co events, huddles, and businesses in one query
  • list_published_blogs — List published We&Co blog posts (title, slug, excerpt, publish date).