F

Federal Contracting Tools

Eight MCP servers covering SAM.gov, USASpending.gov, GSA CALC+, eCFR, and Federal Register for U.S. federal contracting work.

Federal·No reviews yet
Repo Docs
Share:

About

Eight MCP servers covering SAM.gov, USASpending.gov, GSA CALC+, eCFR, and Federal Register for U.S. federal contracting work.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Federal Contracting Tools.

What is the primary function of the Federal Contracting Tools MCP?
This MCP aggregates access to multiple US federal contracting data sources. It is designed to assist with tasks related to SAM.gov, USASpending.gov, GSA CALC+, eCFR, and the Federal Register.
How can I install the Federal Contracting Tools MCP in a client such as Cline?
Installation in Cline typically involves cloning the MCP's repository and following the client's specific instructions for adding a local MCP server. Refer to your Cline documentation for precise steps.
Does this MCP require any authentication credentials like an API key?
No, the Federal Contracting Tools MCP uses the 'none' authentication type for its transport. It does not require API keys, OAuth, or other credentials for operation.
What key government data sources does this MCP provide access to?
This MCP provides interfaces for SAM.gov, USASpending.gov, GSA CALC+, the Electronic Code of Federal Regulations (eCFR), and the Federal Register, facilitating federal contracting work.
What are the common use cases for the Federal Contracting Tools MCP?
Typical use cases include searching for federal contract opportunities, analyzing spending data, researching regulations, and accessing federal agency procurement information.
Are there any specific prerequisites or limitations for using this MCP?
This MCP operates over a standard I/O transport, which may require direct client process interaction. Ensure your MCP client supports stdio transport for proper functionality.

Install Federal Contracting Tools

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "federal-contracting-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-federal-contracting-tools"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "federal-contracting-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-federal-contracting-tools"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "federal-contracting-tools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-federal-contracting-tools"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.