DokaAI MCP Service POC
Deploys the MCP server as a serverless HTTP endpoint, allowing remote access to the business data tools via REST APIs and MCP protocol.
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., "@DokaAI MCP Service POCshow me the business summary"
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.
DokaAI MCP Service POC
Unified TypeScript service with:
local stdio MCP server for Codex / Claude Desktop
Vercel-ready HTTP MCP endpoint
REST APIs backed by the same in-memory business data
Setup
npm install
npm run buildRelated MCP server: air-mcp-server
Local MCP
Run the stdio MCP server:
npm startCodex / Claude Desktop can still use:
{
"command": "node",
"args": ["/Users/ayushsrivastava0609/Doka-AI/mcp-server-poc/dist/index.js"]
}Vercel Deployment
Deploy this folder as the Vercel project root:
/Users/ayushsrivastava0609/Doka-AI/mcp-server-pocHosted endpoints:
GET /healthGET /api/usersGET /api/ordersGET /api/users/:userId/ordersGET /api/users/:userId/business-profileGET /api/business/summaryPOST /mcpGET /mcpDELETE /mcp
MCP Tools
get_indian_users: Fetch all Indian test users from the backend API.get_orders: Fetch all business orders.get_user_orders: Fetch orders for one user, such asusr_001.get_user_business_profile: Fetch one user with subscription, orders, invoices, payments, refunds, and metrics.get_business_summary: Fetch aggregate business metrics.
The AI client can handle filtering, lookup, grouping, summaries, and cross-dataset reasoning from the returned data.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/AyushSrivastava0609/dokaai-mcp-server-poc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server