PayVoice Collections MCP Server
Stores collection data in a Supabase database (public.collections table).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PayVoice Collections MCP ServerSave a collection: promise to pay 5000 on 2026-08-20."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PayVoice Collections MCP Server
This project provides a small HTTP service that exposes a save_collection tool and stores collection data in the Supabase public.collections table.
1. Local setup
python -m venv .venv
# Windows:
.venv\Scripts\activate
# macOS/Linux:
# source .venv/bin/activate
pip install -r requirements.txtSet environment variables:
SUPABASE_URL=https://YOUR_PROJECT.supabase.co
SUPABASE_KEY=YOUR_SUPABASE_PUBLISHABLE_KEYRun:
uvicorn server:app --reload --port 8000Health check:
http://localhost:8000/healthRelated MCP server: PTO MCP Server
2. Deploy
You can deploy the included render.yaml to Render or deploy the same FastAPI app to another HTTPS host.
Set these environment variables on the host:
SUPABASE_URLSUPABASE_KEY
Your deployed URL will look like:
https://YOUR-SERVICE.onrender.comThe endpoint included for the simple JSON MCP-style test is:
https://YOUR-SERVICE.onrender.com/mcp3. Important Inya note
Before entering /mcp into Inya, verify which MCP transport/protocol version your Inya workspace requires. A generic HTTP JSON endpoint is not automatically equivalent to an official MCP Streamable HTTP/SSE endpoint.
If Inya rejects this URL as an invalid MCP server, the server needs to be adapted to the exact MCP transport supported by your Inya workspace.
Tool
save_collection
Arguments:
disposition: stringpayment_commitment_date: string or nullpayment_commitment_amount: integer or nullcallback_required: booleancallback_date: string or nullescalation_reason: string or nulllanguage: string
Example tool arguments:
{
"disposition": "PROMISE_TO_PAY",
"payment_commitment_date": "2026-08-20",
"payment_commitment_amount": 5000,
"callback_required": false,
"callback_date": null,
"escalation_reason": null,
"language": "Tamil"
}Security
Do not commit .env files or publish secret keys. For production, use a server-side secret with the minimum required database permissions.
This server cannot be installed
Maintenance
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
- Flicense-qualityCmaintenanceEnables agents to interact with Salesforce, Atlassian (Jira/Confluence), and Supabase through standardized tools and resources. Provides both read-only access for querying data and write operations for managing records across these enterprise platforms.1
- Flicense-quality-maintenanceExposes PTOAi user context to Agent Builder by connecting to a Supabase database. It allows agents to retrieve user profiles, intake and follow-up data, and manage weekly plans.
- Flicense-qualityDmaintenanceEnables AI agents to access and manage Supabase projects through the Model Context Protocol, supporting database operations, edge functions, storage, and documentation search. It provides a complete toolset for SQL execution, migration management, and real-time project debugging.
- Flicense-qualityCmaintenanceManages personal expenses through natural language with tools for adding, updating, searching, and summarizing expenses, backed by Supabase.
Related MCP Connectors
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/DIVYAN2211/mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server