← Registry

Productivity

freebillgen.com

Fetches and verifies FreeBillGen invoices from share links, providing structured payment details for agents.

1 endpoint2 known toolsFirst detected July 8, 2026Last detected August 13, 2026

ENDPOINT 1

https://freebillgen.com/api/mcp

No auth detected

MCP server metadata

Name
freebillgen-invoices
Version
1.0.0
Capabilities
tools
Server instructions

Read and verify a FreeBillGen invoice from its share link. get_invoice returns the structured invoice (issuer, customer, line items, totals, balance due, and structured payment options); verify_invoice checks the link is authentic and not expired.

Known tools 2

get_invoice

Fetch a FreeBillGen invoice from its share link: issuer, customer, line items, totals, balance due, and structured payment options an agent can act on.

Potential side effects
verify_invoice

Verify that a FreeBillGen invoice share link is authentic and not expired, returning the invoice number and status.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.freebillgen-invoices]
url = "https://freebillgen.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "freebillgen-invoices": {
      "type": "http",
      "url": "https://freebillgen.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: freebillgen-invoices
Remote MCP URL: https://freebillgen.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "freebillgen-invoices": {
      "url": "https://freebillgen.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "freebillgen-invoices": {
      "type": "http",
      "url": "https://freebillgen.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "freebillgen-invoices",
  "transport": "streamable-http",
  "url": "https://freebillgen.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for freebillgen.com was fetched 2026-08-03T16:08:16.411Z and is being refreshed.

Trust status Neutral

freebillgen.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.