4,500+ servers built on MCP Fusion
Vinkius
U.S. Congress logo
Vinkius
CrewAI logo

How to Use the U.S. Congress MCP in CrewAI

Run autonomous Congressional research operations with CrewAI on the U.S. Congress MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

U.S. Congress MCP on Cursor AI Code Editor MCP Client U.S. Congress MCP on Claude Desktop App MCP Integration U.S. Congress MCP on OpenAI Agents SDK MCP Compatible U.S. Congress MCP on Visual Studio Code MCP Extension Client U.S. Congress MCP on GitHub Copilot AI Agent MCP Integration U.S. Congress MCP on Google Gemini AI MCP Integration U.S. Congress MCP on Lovable AI Development MCP Client U.S. Congress MCP on Mistral AI Agents MCP Compatible U.S. Congress MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect U.S. Congress MCP to CrewAI

Create your Vinkius account to connect U.S. Congress to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Autonomous Legislative Research Teams

Define a 'Research Agent' that uses `list_congress_bills` to get an initial list of bills, and a second 'Analysis Agent' that takes those IDs and calls `get_bill_details`. The crew runs these steps sequentially, passing memory between agents. The system monitors the full process. If the bill search yields too many results, the monitor agent can automatically flag them for human review.

Managing Congress Records and Personnel

You can build a crew where one agent specializes in personnel (using `list_congress_members` or `list_congress_nominations`), while another focuses on the legislative records. They work together to cross-reference which members were involved with specific nominations. The shared memory allows agents to reference results from previous steps, ensuring comprehensive coverage of both people and policies.

Historical Data Collection Pipelines

Set up a crew that first uses `list_congress_sessions` to determine the necessary date range. The next agent then takes those dates and iteratively calls tools like `list_congress_treaties` for each historical session. The whole operation is autonomous—it runs, collects data across multiple domains (dates, treaties), and reports back without needing manual intervention.

Setup guide

Set up U.S. Congress MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke U.S. Congress tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="U.S. Congress Analyst",
    goal="Access and analyze U.S. Congress data via MCP.",
    backstory="Expert analyst with direct U.S. Congress access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent U.S. Congress transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about U.S. Congress MCP in CrewAI

Yes. You assign one agent the role of 'Committee Specialist.' This agent uses `list_congress_committees` to get all committees, then other agents use that data to analyze specific members.
You create a dedicated 'Detail Agent' whose sole job is calling `get_bill_details`. This agent acts on the initial list provided by another agent, ensuring deep data retrieval.
The crew can be designed with a loop: one agent gets historical sessions via `list_congress_sessions`, and then another iterates, calling `list_congress_amendments` for each date range.
This server touches public legislative records (treaties, committee lists, etc.). The data type is structured Congressional metadata, which the agent framework handles by defining clear, scoped operations.
You assign two specialized agents: a 'Member Agent' for `list_congress_members` and a 'Nomination Agent' for `list_congress_nominations`. They collaborate to build a comprehensive report.

Start using the U.S. Congress MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for U.S. Congress. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.