Back to Home
christyfrink icon

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

Run Command
node build/server.js

Security 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

Stats

Interest Score28
Security Score6
Cost ClassMedium
Avg Tokens7500
Stars1
Forks0
Last Update2025-11-19

Tags

MarylandOpen DataGovernment SpendingCampaign FinanceSocrata API