Finix Payments
БесплатноНе проверенIntegrates with Finix payments API to create and manage buyer/seller identities, generate payment links, and search documentation for building payment processin
Описание
Integrates with Finix payments API to create and manage buyer/seller identities, generate payment links, and search documentation for building payment processing applications and fintech platforms.
README
An unofficial, local MCP (Model Context Protocol) server that provides simplified access to Finix payment processing functionality.
⚠️ This is an unofficial, community-built MCP server. It is not affiliated with or endorsed by Finix.
Features
- Documentation Search: Search Finix documentation through an MCP-compatible interface
- Identity Management: Create and list buyers and sellers with simplified parameters
- Payment Links: Create payment links with just merchant ID, price, and quantity
- Streamlined API: All tools use simple parameters for ease of use and reduced token usage
Installation
npm install
Configuration
Set your Finix credentials and environment:
export FINIX_USERNAME="your-username"
export FINIX_PASSWORD="your-password"
export FINIX_ENVIRONMENT="Sandbox" # or "Live"
Environment options:
Sandbox(default) - Useshttps://finix.sandbox-payments-api.comLiveorProduction- Useshttps://finix.live-payments-api.com
Usage
Running the Server
Start the MCP server:
npm start
For development with auto-reload:
npm dev
Build TypeScript
npm run build
Integrating with Claude Code
Add this configuration to your Claude Code mcp file:
{
"mcpServers": {
"finix-docs": {
"command": "npx",
"args": ["tsx", "/path/to/finix-mcp/server.ts"],
"env": {
"FINIX_USERNAME": "your-username",
"FINIX_PASSWORD": "your-password",
"FINIX_ENVIRONMENT": "Sandbox" //Or 'Live' for Live
}
}
}
}
Available Tools
search_finix_docs
Search the Finix documentation for relevant information.
Parameters:
query(string, required): The search query to find relevant Finix documentationlimit(number, optional): Maximum number of results to return (default: 10)category(string, optional): Filter by document category ("api","docs", or"all")
create_buyer
Create a new buyer identity with essential information.
Parameters:
email(string, required): The email address of the buyerfirst_name(string, required): The first namelast_name(string, required): The last namephone(string, required): The phone number
Returns: {id: "buyer_id"}
create_seller
Create a new seller identity with comprehensive business information.
Parameters:
- Multiple required fields including email, business details, and underwriting information
- See tool schema for complete parameter list
Returns: Full seller object with all details
list_buyers
Fetch a list of buyers with simple filtering.
Parameters:
limit(number, optional): Number of buyers to return (1-100)email(string, optional): Filter by email address
Returns: [{id: "buyer_id"}, ...]
list_sellers
Fetch a list of sellers with simple filtering.
Parameters:
limit(number, optional): Number of sellers to return (1-100)email(string, optional): Filter by email address
Returns: [{id: "seller_id"}, ...]
create_payment_link
Create a payment link for processing payments.
Parameters:
merchant_id(string, required): The ID of the merchantprice(number, required): The unit price in centsquantity(number, required): The quantity of the product
Returns: {id: "payment_link_id", url: "https://..."}
Development
The server is built with:
- TypeScript for type safety
- @modelcontextprotocol/sdk for MCP implementation
- Native fetch API for HTTP requests
- StdioServerTransport for communication
License
ISC
Установка Finix Payments
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bquigley1/finix-mcpFAQ
Finix Payments MCP бесплатный?
Да, Finix Payments MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Finix Payments?
Нет, Finix Payments работает без API-ключей и переменных окружения.
Finix Payments — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Finix Payments в Claude Desktop, Claude Code или Cursor?
Открой Finix Payments на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Stripe
Payments, customers, subscriptions
автор: Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
автор: malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
автор: whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
Compare Finix Payments with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории finance
