Back to search
100
MCP live v1.0.0 streamable-http

Govbase

com.govbase/govbase

U.S. federal policy data — bills, Congress members, voting records, and civic info.

Uptime
20.0%
15 probes
Response
373ms
last probe
Tools
10
callable

Tools · 10

search_policies

Search U.S. federal policies and legislation by keyword, topic, or bill name. Returns a list of matching policies with summaries.

get_policy

Retrieve detailed information about a specific U.S. federal policy by its ID (e.g., "bill-119-hr-22" or "eo-2025-1234").

get_policy_text

Retrieve the full text of a U.S. federal policy document. Returns the raw legislative or regulatory text.

search_members

Search current U.S. members of Congress by name, state, party, or chamber. Returns a list of matching members with key details.

get_member

Retrieve detailed information about a specific U.S. member of Congress by their Bioguide ID (e.g., "P000197" for Nancy Pelosi).

get_member_vote

Check how a specific U.S. member of Congress voted on a policy by providing their Bioguide ID and the policy ID. Returns all roll call votes for that member on the given policy.

get_stories

List current story bundles tracking ongoing policy issues. Returns a feed of active stories grouping related policies and developments.

get_story

Retrieve detailed information about a specific story bundle by its ID, including the full timeline of related events.

get_representatives

Look up elected representatives for a given U.S. address, including federal, state, and local officials.

get_voter_info

Get election and polling location information for a registered U.S. voter address, including upcoming elections and early vote sites.

Similar MCP servers embedding-nearest

Congress.gov
Integrates with the Congress.gov API to provide access to US legislative data including bills, voting records, member activities, committee
0 tools
Congress.gov by cyanheads
Queries U.S. congressional data including bills, votes, members, committees, CRS reports, and the Congressional Record via the Congress.gov
0 tools
OpenStates
Searches and retrieves U.S. state legislature bills, votes, legislators, and committee information via the OpenStates API.
0 tools
IRS 990 Nonprofit Data live
Nonprofit lookup and IRS 990 filing data: revenue, assets, and compensation via ProPublica
3 tools · streamable-http
HUD Housing Data live
Fair Market Rents, income limits, public housing, vouchers, and homeless counts
5 tools · streamable-http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "govbase": {
      "url": "https://api.govbase.com/mcp",
      "transport": "streamable-http"
    }
  }
}