Skip to main content
Glama
febriansyahnr

MCP Alchemy Server

MCP Alchemy Server

A Model Context Protocol (MCP) server that provides access to transaction data from the XB database. This server is designed to be used with MCP clients (like Claude Desktop or other AI agents) to retrieve financial transaction details.

Features

  • Payout Transaction Lookup: Retrieve payout transaction details using either a UUID or a Client Transaction ID.

  • MCP Standard: Built using the fastmcp SDK, compatible with any MCP client.

Related MCP server: mcp-solscan

prerequisites

  • Python 3.12 or higher

  • uv (recommended for dependency management)

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd oncall-mcp
  2. Install dependencies:

    uv sync

Configuration

  1. Copy the example environment file:

    cp .env.example .env
  2. Edit .env and add your database connection strings:

    XB_DATABASE_URL="mysql+pymysql://user:password@host:port/database"
    SNAP_DATABASE_URL="mysql+pymysql://user:password@host:port/database"

Running the Server

Development / Local Run

To run the server locally with hot-reloading (if supported by the runner) or for testing:

uv run main.py

Using with an MCP Client

You can configure your MCP client to run this server directly. For example, in claude_desktop_config.json:

{
  "mcpServers": {
    "PivotOnCall": {
        "serverUrl": "http://localhost:8000/mcp"
    }
  }
}

Available Tools

get_payout_transaction

Retrieves a payout transaction from the XB database.

  • Arguments:

    • identifier (string): The UUID or Client Transaction ID.

    • by_client_id (boolean, optional): Set to True if searching by Client Transaction ID. Defaults to False (UUID).

  • Example Prompts

check payout transaction with this uuid bc09aa1e-005a-48da-9837-bf68fa4969a9
check payout transaction with this client id 0199fd4f-b542-79fd-9666-a4b8397ace29
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Provides programmatic access to Marqeta's DiVA API for retrieving aggregated financial data including transactions, settlements, chargebacks, card/user details, and balances. Supports advanced querying, filtering, rate limiting, and optional RAG features for semantic search on transaction data.
    Last updated
    20
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides read-only access to Xledger accounting data via GraphQL API for querying invoices, balances, projects, timesheets, and more.
    Last updated
    2
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Exposes personal-finance tools like accounts, transactions, spending analysis, budgets, bills, reminders, portfolio, and goals via MCP, enabling any MCP client to query financial data.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Getnet acquirer (Santander) via the Plataforma Digital API, read-only: consult a transaction by paym

  • Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.

  • A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/febriansyahnr/oncall-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server