General Tools
buffaloprojects.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://buffaloprojects.com/mcp
MCP server metadata
- Name
- buffalo-projects-public
- Version
- 0.1.0
Use find_what_matters for current Buffalo discovery and the network_* read tools for source-attributed Organizations, operator-approved Spaces, and intentionally public Cohort summaries. Public MCP is accountless and read-only; it never exposes grants, invitations, participant identity, private Cohort context, meeting links, Firebase UIDs, or unpublished fields.
Known tools 8
network_find_organizationFind source-backed Organizations without creating an account or tenant.
Inferred read-onlynetwork_get_organizationInspect one public Organization and its source-backed activity, Spaces, and public Cohort summaries.
Inferred read-onlynetwork_list_organization_activityList current source-backed Jobs, Events, Spaces, and intentionally public Cohorts related to an Organization.
Inferred read-onlynetwork_get_spaceInspect operator-approved public Space facts, access summary, capabilities, availability, and correction route.
Inferred read-onlynetwork_list_public_cohortsDiscover Cohorts that deliberately publish a summary; private Cohort context is never returned.
Potential side effectsnetwork_get_public_cohortInspect an intentionally public Cohort summary without exposing roster, meeting links, or private work.
Inferred read-onlynetwork_resolve_canonical_identityResolve an Organization, Space, or Cohort identifier without merging ambiguous identities.
Inferred read-onlyfind_what_mattersFind current jobs or events in Buffalo or Western New York, including locations connected to those records.
Inferred read-onlyCONNECT 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.buffalo-projects-public]
url = "https://buffaloprojects.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"buffalo-projects-public": {
"type": "http",
"url": "https://buffaloprojects.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: buffalo-projects-public
Remote MCP URL: https://buffaloprojects.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": {
"buffalo-projects-public": {
"url": "https://buffaloprojects.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"buffalo-projects-public": {
"type": "http",
"url": "https://buffaloprojects.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "buffalo-projects-public",
"transport": "streamable-http",
"url": "https://buffaloprojects.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.