MCP server exposing 2 tools for maryland-code.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/maryland-code/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
md_code_section — Get the FULL TEXT of a section of the Maryland Code — Maryland state statutes — by citation. "Md. Code, Criminal Law 2-201" is first degree murder. Returns the statutory text. Keyless. Use for "what does Maryland Criminal Law 2-201 say" or to check a Maryland statute a case relies on.md_articles — List the Maryland Code articles this pack can reach. Keyless. Use before md_code_section when you know the subject but not the article name.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/maryland-code/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io