md_articles
Pack: maryland-code · Endpoint: https://gateway.pipeworx.io/maryland-code/mcp
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.
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/maryland-code/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"md_articles","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('md_articles', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"maryland-code": {
"url": "https://gateway.pipeworx.io/maryland-code/mcp"
}
}
}
See Getting Started for client-specific install steps.