Jurisdiction-aware, read-only orientation for licensed professionals facing a state board complaint.
The BoardWise MCP server is a hosted, read-only connector aimed at a narrow but badly underserved audience: nurses, physicians, therapists, engineers, accountants and other licensed professionals who have just opened an envelope from their state licensing board. It runs at https://uakozrqrztgrgwoywxkx.supabase.co/functions/v1/mcp-server over Streamable HTTP, so nothing gets installed locally — you authorize once through OAuth and your assistant can pull jurisdiction-specific procedure into the conversation.
A board complaint is a procedural problem before it is anything else. There is a clock, a required form of response, an investigator, and a set of options that differ by state and by profession. Most people in that position do not have a lawyer on retainer and do not know which of the dozens of PDFs on a board's website actually applies to them. BoardWise exists to close that gap: it hands the model structured, jurisdiction-tagged material so the answer you get is anchored to the board that actually sent the letter, rather than to a generic blog post about a different state.
The project is deliberately conservative about scope. It presents itself as educational, it does not hold itself out as counsel, and the connector is read-only — nothing it exposes files anything, contacts anyone, or changes a record. That framing is not marketing hedging; it shapes what the tools return.
Reach for BoardWise in the first 72 hours after a complaint notice arrives, when the most valuable thing is knowing what the clock is and what shape the response should take. It is also useful for compliance officers and practice managers who field these questions across a team and want a consistent starting point. It is not a substitute for a licensing-defense attorney, and you should not treat its output as a filing. If the matter involves a criminal referral, an emergency suspension, or anything with your ability to practice on the line next week, the correct use of this server is to help you brief a lawyer faster — not to replace one.
Compared with a general legal-research connector, BoardWise trades breadth for fit. Broad legal tools will happily answer questions about civil procedure or case law; BoardWise only knows one problem, and it knows the administrative-law corner of it that generalist tools tend to flatten. If your question is not about a licensing board, this is the wrong server.
The server is small and independently run, hosted on Supabase Edge Functions rather than on a vendor's own infrastructure — treat availability accordingly. Coverage depth varies by state and profession; some boards publish detailed procedural rules and some publish almost nothing, and the connector cannot conjure what does not exist. There is no published tool schema or source repository, so you are trusting the operator's description of what the endpoint returns. Finally, everything it produces is educational context, not advice, and the model on the other end can still be wrong about your specific facts.
Paste the substance of a board notice and get the applicable clock, the expected response format, and the decision points before the deadline runs.
Produce a defensible outline that tracks the specific allegations, so a professional or their attorney starts from structure instead of a blank page.
Assemble the procedural posture and relevant board rules ahead of a consultation so billable time goes to strategy rather than orientation.
Give a practice manager or compliance lead a consistent, jurisdiction-correct starting answer when staff bring board questions.
| Tool | What it does |
|---|---|
| Board deadline lookup | Returns the response window and related procedural deadlines that apply to a given state board and complaint type. |
| Response outline | Builds a structured skeleton for a written reply to a board inquiry, organized around the allegations raised. |
| Educational resource lookup | Surfaces curated, jurisdiction-tagged reading on investigations, informal conferences, consent orders, and hearings. |
| Procedure explainer | Explains the stages of a licensing-board matter in plain language, including who the investigator is and what follows a response. |
claude mcp add boardwise --transport http https://uakozrqrztgrgwoywxkx.supabase.co/functions/v1/mcp-serverAn MCP client that supports remote Streamable HTTP servers with OAuth (Claude Code, Claude Desktop, Cursor, VS Code, Codex). No local runtime or API key needed.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.