mcp-maryland-opendata
by christyfrink
Overview
Provides access to Maryland Open Data through the Socrata API, enabling search, aggregation, and custom queries for state payments, spending, and public records, particularly useful for campaign finance and political influence research.
Installation
node build/server.jsSecurity Notes
Potential SoQL injection vulnerability exists in `search_state_payments` and `get_vendor_payment_totals` due to direct string concatenation of user-provided text parameters (e.g., `vendor_name`, `agency_name`, `category`, `fiscal_year`) into the SoQL WHERE clause without sufficient escaping or parameterization. While Zod is used for type validation, it does not prevent malicious string content. The `query_dataset` tool explicitly allows raw SoQL input, shifting query safety responsibility to the user. No hardcoded secrets were found, and client-side rate limiting is implemented.
Similar Servers
Riksdag-Regering-MCP
Enables LLMs to query and retrieve real-time open data, documents, protocols, and records from the Swedish Parliament (Riksdagen) and Government Offices (Regeringskansliet).
Riksdag-Regering-MCP
Provides LLMs with real-time access to open data, documents, and records from the Swedish Parliament (Riksdagen) and Government Offices (Regeringskansliet) via their public APIs.
capture-mcp-server
An AI-native server that integrates SAM.gov, USASpending.gov, and Tango APIs to analyze federal procurement and spending data through natural language queries.
KOLADA-MCP
Provides LLMs and AI chatbots with direct access to over 5,000 Key Performance Indicators and statistical data for all 290 Swedish municipalities and 21 regions from the Kolada API.