OwlPay 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., "@OwlPay MCP Serverhow do I authenticate with the OwlPay API?"
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.
OwlPay MCP Server
Overview
The OwlPay MCP Server provides documentation search capabilities. This server enables large language models (LLMs) to directly retrieve documentation, accelerating system integration.
Related MCP server: Ramp Developer MCP Server
Components
Tools
Query Tools
search_owlpay_documentationSearch Owlpay documentation.
Input:
query(string): Search keywords in English.
Returns: Query results as array of objects
Install
For quick installation, use one of the one-click install buttons above. The remote MCP Server is hosted by OwlTing and provides the easiest method for getting up and running. If your MCP host does not support remote MCP servers, you can easily set up the local version using Docker.
Docker Setup (For Local MCP Server Only):
docker build -f Dockerfile.local_docker -t mcp/owlpay . --no-cacheClick the button to install:
Or install manually:
Go to Cursor Settings -> Tools & Integrations -> New MCP Server.
{
"mcpServers": {
"owlpay": {
"url": "https://owlpay-mcp.owlting.com/mcp/"
}
}
}Docker
{
"mcpServers": {
"owlpay": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/owlpay"
]
}
}
}Click the button to install:
Or install manually:
You can also install the MCP server using the VS Code CLI:
{
"servers": {
"owlpay": {
"type": "http",
"url": "https://owlpay-mcp.owlting.com/mcp/"
}
}
}Docker
{
"servers": {
"owlpay": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/owlpay"
]
}
}
}Follow the MCP install guide, use following configuration:
# Add the server to your claude_desktop_config.json
{
"mcpServers": {
"owlpay": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/owlpay"
]
}
}
}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
- FlicenseBqualityDmaintenanceProvides AI assistants with access to Payman's documentation, helping developers build integrations more efficiently through enhanced contextual support.Last updated5
- FlicenseAqualityDmaintenanceEnables AI assistants to access Ramp's developer documentation and API schemas through natural language queries. Provides contextual answers about API endpoints, authentication methods, data relationships, and implementation patterns for developers building on Ramp's platform.Last updated4
- AlicenseBqualityDmaintenanceEnables developers to search and access NicePay payment API documentation, including endpoint details, code samples, and SDK method information through natural language queries.Last updated4MIT
- Alicense-qualityDmaintenanceProvides AI assistants with access to comprehensive Safaricom Daraja API documentation for all 22 M-Pesa APIs through searchable tools, enabling developers to query payment processing, transaction management, and business operations documentation.Last updated15MIT
Related MCP Connectors
Search PayU docs, browse the payment integration catalog, and fetch production-ready code.
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
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/OwlTing/owlpay_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server