MCPHub

0 serversUpdated Sep 16, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /Freelancer finance

Freelancer finance

Close the books from chat: Stripe payouts, QuickBooks and Xero ledgers, then notes in Notion.

Ads

Servers in this stack

  1. 1

    Stripe MCP

    This repo is the one-stop shop for building AI-powered products and businesses on top of Stripe. It contains a collection of SDKs to help you integrate Stripe with LLMs and agent frameworks, including: @stripe/ai-sdk - for integrating Stripe's billing infrastructure with Vercel's ai and @ai-sdk libraries. @stripe/token-meter - for integrating Stripe's billing infrastructure with native SDKs from OpenAI, Anthropic, and Google Gemini, without any framework dependencies. Stripe hosts a remote MCP server at https://mcp.stripe.com. This allows secure MCP client access via OAuth. View the docs here.

    Cloud Platforms6 tools

    1.8k
  2. 2Q

    QuickBooks MCP Server

    DataGrout's QuickBooks MCP Server connects AI agents to QuickBooks through OAuth2, using DataGrout's application credentials or your own. Write operations are disabled by default and require explicit configuration per integration. 550+ tools cover accounting objects — invoices, bills, reports, inventory — individually selectable rather than exposed as one fixed set. Go to the DataGrout GitHub and set up using command line interface - <u>https://github.com/DataGrout/conduit-sdk</u> 1. Sign up for a DataGrout account Go to <u>https://app.datagrout.ai/</u> and create an account.

    Finance & Fintech4 tools

    0
  3. 3X

    XeroAPI/xero-mcp-server

    This is a Model Context Protocol (MCP) server implementation for Xero. It provides a bridge between the MCP protocol and Xero's API, allowing for standardized access to Xero's accounting and business features. - Xero OAuth2 authentication with custom connections - Contact management - Chart of Accounts management - Invoice creation and management - MCP protocol compliance - Node.js (v18 or higher) - npm or pnpm - A Xero developer account with API credentials - Xero Public API Documentation - Xero API Explorer - Xero OpenAPI Specs - Xero-Node Public API SDK Docs - Developer Documentation

    Finance & Fintech6 tools

    0
  4. 4

    Notion MCP

    > [!NOTE] > > We’ve introduced Notion MCP, a remote MCP server with the following improvements: > > - Easy installation via standard OAuth. No need to fiddle with JSON or API tokens anymore. > - Powerful tools tailored to AI agents, including editing pages in Markdown. These tools are designed with optimized token consumption in mind. > > Learn more and get started at Notion MCP documentation. > > We are prioritizing, and only providing active support for, Notion MCP (remote). As a result: > > - We may sunset this local MCP server repository in the future. > - Issues and pull requests here are not actively monitored. > - Please do not file issues relating to the remote MCP here; instead, contact Notion support.

    Workplace & Productivity6 tools

    4.6k

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "<secret-key>"
      }
    },
    "quickbooks-mcp-server": {
      "url": "https://gateway.datagrout.ai/servers/{uuid}/mcp"
    },
    "xero-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@xeroapi/xero-mcp-server"
      ]
    },
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ],
      "env": {
        "NOTION_TOKEN": "<integration-token>"
      }
    }
  }
}