WorkspaceAlberta
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WorkspaceAlbertaCan you find me government tenders in Alberta I should bid on?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WorkspaceAlberta
AI Ethics
Warre & Vavasour is a startup AI lab that does not replace human workers. We build a bigger pie.
Every capability we ship exists to amplify the people already doing the work, the same promise the photographs above made to the generation that industrialized this country.
If your idea starts with headcount cuts, it is not a WorkspaceAlberta plan.
Warre & Vavasour does not make apps or chatbots. Don't ask. If this is in your business plan, you are thinking about New Business wrong. We build terminals that deliver real work and pay real taxes.
Warre & Vavasour acknowledges the astonishing resources this technology is consuming. Training and inference carry real energy, water, and mineral costs. Nobody asked for this. No one really asked for GRPO to be released on January 20, 2025. But it was released, and that is how all models got to reasoning; and from reasoning, we have harnesses now.
So this is just the way the world is and it is far too cheap not to deploy post-human-scale reasoning tools on a desktop device that genuinely accelerates Canadian manufacturing, development, and industrialization.
So yes: we acknowledge the cost. But Canadian infrastructure, right-sized models on hardware you can touch, and Canadian data retention means your enterprise AI stack is entirely Canadian and NATO supplier friendly.
There is no longer an American dependency on enterprise, on device, Canadian AI at scale.
It is 1834 all over again.
The railroad has been built.
The steam engine has been designed.
The world as we know it has changed.
WorkspaceAlberta is the way to stay ahead of these changes.
Related MCP server: mcp-canada
Getting Started
The hosted MCP server is live and free for browsing — no install, no account, no API key. Point any MCP-capable assistant at it:
https://elbowsupknivesout.warreandvavasour.com/mcpCursor, Claude Code, and other HTTP-native clients — add to your MCP config:
{
"mcpServers": {
"workspacealberta": {
"url": "https://elbowsupknivesout.warreandvavasour.com/mcp"
}
}
}Claude Desktop (no native HTTP transport) — bridge with mcp-remote:
{
"mcpServers": {
"workspacealberta": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://elbowsupknivesout.warreandvavasour.com/mcp"]
}
}
}Then ask it something a real owner would ask:
"I run a CWB welding shop in Red Deer — what government work fits my shop right now?"
"What closes this week? I don't want to miss anything."
"Give me my morning brief — what fits us, and what's closing soon?"
Adding your Pro key
Search, details, deadlines, and the daily brief are open to everyone. Six tools —
bid rooms, Cohere tender review, the watchlist, and bid/no-bid scorecards — need an
active subscription. Your key arrives by email after checkout and starts with wa_live_.
Send it as an Authorization header. For HTTP-native clients:
{
"mcpServers": {
"workspacealberta": {
"url": "https://elbowsupknivesout.warreandvavasour.com/mcp",
"headers": {
"Authorization": "Bearer wa_live_YOUR_KEY"
}
}
}
}For Claude Desktop, set it on the bridge instead:
{
"mcpServers": {
"workspacealberta": {
"command": "npx",
"args": ["-y", "@warreandvavasour/workspace-alberta"],
"env": { "WORKSPACEALBERTA_API_KEY": "wa_live_YOUR_KEY" }
}
}
}On a Linux workstation or a leased terminal, let the installer do it — it verifies the
key against the server, writes ~/.config/workspacealberta/credentials at mode 600, and
registers the authenticated endpoint with whichever CLIs are present:
./installer/configure-subscriber-key.shCheck a key at any time:
curl -H "Authorization: Bearer wa_live_YOUR_KEY" \
https://elbowsupknivesout.warreandvavasour.com/meRun it locally instead (the whole server is pure Python):
python -m pip install -r requirements.txt
python mcp-servers/canadabuys/server.pySmoke test: python -m unittest tests.test_canadabuys_mcp_smoke. Client config variants live in mcp.json.example; full tool and REST reference in docs/mcp-tool-reference.md.
Canadian AI Security Is Canadian National Security
WorkspaceAlberta is a Canadian procurement intelligence workspace. It connects public tender data to the people who can actually do the work: fabricators, mills, contractors, shops, manufacturers, and the small teams that keep the real economy moving.
The direction is explicit:
Canadian demand signals: CanadaBuys and Alberta Purchasing Connection in one search surface.
Canadian AI company: Cohere as the first sovereign-model route.
Canadian open source model: Command A+
command-a-plus-05-2026, with the W4A4 Hugging Face route available throughCohereLabs/command-a-plus-05-2026-w4a4.Canadian tools: practical MCP wiring for the procurement sources Canadian firms already need to watch.
Canadian compute path: designed so sensitive public-sector and industrial workflows can move toward Canadian infrastructure, including Canadian chips and data-centre capacity where those options are available.
The point is not nationalism as decoration. The point is operational independence.
If Canadian companies are going to bid Canadian work, understand Canadian supply chains, and protect Canadian industrial capacity, then the AI layer underneath that work matters.
The Last Mile of Work
AI promised 5X productivity. Most small businesses got a chatbot that writes mediocre marketing copy.
The model is not the whole bottleneck. The connection is.
Wiring up the places where the work lives usually costs money, time, and technical patience a small business does not have. Government tender databases are a perfect example: the work is public, the demand is real, but the discovery process is still awkward enough that good companies miss good opportunities.
WorkspaceAlberta solves the last mile by giving an AI assistant the wiring it needs to search, compare, summarize, and brief public procurement opportunities from inside the workspace where the owner is already working.
What This Actually Does
WorkspaceAlberta is an MCP-first workspace for Canadian procurement.
It now brings together:
CanadaBuys for federal tender notices
Alberta Purchasing Connection for Alberta public-sector opportunities
Cohere Command A+ for optional tender analysis and fit review
A daily bid brief that summarizes the market, best-fit matches, and deadlines from both sources
The assistant can:
search national and Alberta opportunities together
inspect a posting by reference number
list what is closing soon
match opportunities against a saved business profile
generate a free daily brief for the owner or estimator
use Cohere Command A+ to review tender fit, risks, requirements, and next actions
This is meant to answer practical questions:
What work is open right now?
Which opportunities fit what we actually do?
What closes soon?
What should we read first?
What should we ignore?
The Custom Procurement MCP Server
The custom MCP server is the product.
It is a deployed working endpoint that knows the live public procurement pipeline exposed by CanadaBuys and Alberta Purchasing Connection. It can serve that pipeline back to users through an AI assistant based on what they do, where they work, what they can supply, and what deadlines matter.
The core tools are:
search_opportunitiesfor unified federal and Alberta searchget_opportunity_detailsfor a single posting by reference numberlist_deadlinesfor what is closing soonfind_matching_opportunitiesfor profile-based rankingdaily_bid_brieffor the daily owner/operator summaryanalyze_contract_with_coherefor optional Cohere Command A+ tender reviewprocess_bid_roomfor live E2B attachment processing: Cohere Parse turns tender PDFs and images into markdown, then Command A+ reviews the evidencewatch_opportunity/list_watchlistfor a persistent tracking list with closing-date countdownsbid_no_bid_scorecardfor a fast deterministic go/caution/no-go read on any reference
The full tool and REST reference lives in docs/mcp-tool-reference.md; the architecture walkthrough is docs/architecture.md.
MCP is the first-class interface because this is meant to be used by agents. The same procurement core also exposes REST/OpenAPI so other AI tools can hook into the same contract intelligence without needing native MCP support.
Underneath the endpoint is pure Python procurement logic. The data processing, filtering, matching, deadline ranking, and brief generation do not require an LLM. The model layer is added only where judgment helps: risk review, requirements explanation, and bid/no-bid reasoning.
E2B sandboxes are the isolated compute layer for heavier bid-room work: opening tender packages, turning attachments into evidence, and returning structured bid artifacts without putting unknown user files inside the always-on MCP service. Cohere Parse is the document layer — it converts PDF pages and images into structured markdown (tables, forms, drawings) before review. Command A+ is the review layer: it runs inside the short-lived sandbox with read-only evidence tools over that markdown. If Parse is unset, times out, or rejects a file, the existing pdfminer/python-docx/openpyxl extractors stay as fallback. The build plan lives in docs/e2b-bid-room-plan.md, and the business-owner operating diagram lives in docs/bid-room-operating-diagram.md.
Why This Matters
Get 50% of the population 10% better. Every year. That is generational growth.
Not 10 developers 500% better. That is happening. But it does not scale to the economy.
"How do I save 5 hours a week?" "How do I save $700 a month?"
Those are the real questions. This is how you answer them.
Alberta's steel, lumber, and metals industries represent over 2,500 companies with a combined economic impact exceeding $37 billion annually.
Sector | Companies | Economic Impact | Jobs Supported |
Forestry & Wood Products | 676+ businesses, 40 major mills | $14 billion | 41,400 |
Fabricated Metal Products | 1,871 establishments | $23.4B manufacturing sector | 16,600 |
Primary & Machinery Manufacturing | 200+ facilities | Included above | 12,000+ |
Behind every one of these companies are dozens of systems that need to talk to each other just to get anything done: quoting software, inventory spreadsheets, accounting packages, project trackers, supplier portals, and government tender databases.
Any tool that helps a fabricator create demand, a mill manufacture more efficiently, or a contractor cut costs has multiplier effects across the entire province:
$4 billion in forest product exports alone
$1.6 billion in annual wages paid to forestry workers
70 communities across Alberta that depend directly on these industries
$988 million in tax revenue flowing back to the province
More contracts won. More jobs kept. More skill developed. More value staying here at home.
Technical Notes
MCP server:
mcp-servers/canadabuys/server_http.pyfor hosted StreamableHTTP MCP plus REST/OpenAPIprocurement_core/service.pyfor the shared Python procurement coreprocurement_core/e2b_bid_room.pyfor live E2B bid-room sandbox processing
Smoke test:
python scripts/e2b_bid_room_smoke.pyfor a live E2B sandbox test
Configuration:
AGENTS.mdfor Codex/OpenClaw guidancemcp-servers/canadabuys/README.mdfor server tools and environment variablesdocs/setup-productization-track.mdfor the combined WorkspaceAlberta + privatewvsetupsetup trackdocs/codex-setup.mdfor local setup notesdocs/workspace-alberta-hermes-install.mdfor the branded Hermes / Raspberry Pi setup draft
Raspberry Pi terminal setup:
docs/deployment-ops/pi-out-of-box-setup.md— start here for new Pi setups, from sealed box to working CEO stackdocs/deployment-ops/ceo-pi-setup.md— software installer reference (assumes OS already installed)docs/deployment-ops/tailscale-pi-remote-support.md— remote support via Tailscale
Data and model sources:
CanadaBuys open tender notices
Alberta Purchasing Connection public opportunity API
Cohere Command A+ via Cohere API
CohereLabs Command A+ W4A4 on Hugging Face: https://huggingface.co/CohereLabs/command-a-plus-05-2026-w4a4
Image source notes live in docs/imagery-sources.md.
Data sources: Statistics Canada, Innovation Canada, Alberta Forest Products Association, Job Bank Canada
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Government tenders, awards and pre-tender pipelines from 21 official sources as MCP tools.
TED MCP Server: Real-time EU public tenders access. https://www.lexsocket.ai/
Canada Government Procurement MCP — CanadaBuys open data (keyless).
Federal+SLED govcon MCP: SAM, USASpending, recompete, hearings, policy intel, search. Private AI.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that automates government and enterprise tender workflows, including RFP parsing, proposal generation, and compliance tracking. It provides 18 specialized tools for technical and financial proposal assembly, partner coordination, and hybrid search across past proposal archives.1-
- AlicenseAqualityBmaintenanceMCP server giving AI agents structured access to Canadian federal, provincial, and municipal government data.559MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP-only server for evidence-based EPC tender screening that enables AI agents to run a full screening workflow, extract requirements, match company profiles, generate compliance matrices, and produce bid/no-bid advisory memos.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that provides real-time, high-quality tender information from Taiwan's government e-procurement website via enhanced web scraping, enabling AI to query and analyze procurement opportunities.15MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HarleyCoops/WorkspaceAlberta'
If you have feedback or need assistance with the MCP directory API, please join our Discord server