Payments Developer Portal MCP Server
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., "@Payments Developer Portal MCP Serversearch for API documentation on recurring payments"
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.
Payments Developer Portal MCP Server
A Model Context Protocol (MCP) server implementation that connects to a payments company's developer portal hosted on Firebase. This server provides AI assistants with access to payment documentation, APIs, and guides through the MCP TypeScript SDK.
What is MCP?
The Model Context Protocol (MCP) lets you build servers that expose data and functionality to LLM applications in a secure, standardized way. Think of it like a web API, but specifically designed for LLM interactions.
MCP servers can:
Expose data through Resources
Provide functionality through Tools
Define interaction patterns through Prompts
Related MCP server: MCP Boilerplate
Getting Started
Prerequisites
Node.js (v16 or higher)
npm
Firebase hosting running locally at http://localhost:4000 with documentation content
Installation
# Clone the repository
git clone <repository-url>
cd MCP-portal-new
# Install dependencies
npm installRunning the Server
# Build the project
npm run build
# Run the MCP server
npm startDevelopment
For development with automatic reloading:
# For development with auto-reload
npm run devAvailable Features
MCP Server
Tools
search_docs: Search the developer portal documentationget_resource_by_id: Get a specific resource by its IDlist_categories: List all available documentation categorieslist_resources_by_category: List resources in a specific categorylist_resources_by_tag: List resources with a specific tagget_related_resources: Get resources related to a specific resource
Resources
payments-docs://api: Access API reference documentationpayments-docs://documentation: Access general documentationpayments-docs://guides: Access guides and tutorialspayments-docs://categories: View documentation categoriespayments-docs://tags: View documentation tags
Documentation Structure
The MCP server connects to a Firebase hosting at http://localhost:4000 which contains:
API references (JSON files)
Documentation (Markdown files)
Guides (Markdown files)
Categories and tags organization
The server uses a docs-index.json file that contains metadata about all documentation resources, including:
Resource ID, title, description, and path
Resource type (api, documentation, guide, reference)
Topics and related resources
Categorization and tagging information
Testing
You can test your MCP server using the MCP Inspector.
License
ISC
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
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables Claude AI to interact with Paybyrd's payment processing API, allowing for creating payment links, processing refunds, and retrieving order information.11MIT
- Alicense-qualityDmaintenanceA server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.1111MIT
- Alicense-qualityDmaintenanceA server that provides organized documentation content for various applications using the Model Context Protocol, enabling AI assistants to access quickstart guides and code examples.MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
A paid remote MCP for AI SDK MCP gateway registry, built to return verdicts, receipts, usage logs, a
Appeared in Searches
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/PraveenJoshua23/MCP-portal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server