← weandco.org
INDIVIDUAL MCP TOOL
get_blog_by_slug
Get a single published We&Co blog post by slug, including full article text (plain text).
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 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.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 meetingsget_event— Get details for a specific We&Co event by IDlist_huddles— List active We&Co Huddles (referral networking groups)get_huddle— Get details for a specific We&Co Huddle by IDget_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 IDsearch_weandco— Search across We&Co events, huddles, and businesses in one query