Skip to main content
Glama
MogIntel

mcp-easypaisa

by MogIntel

@mogintel/mcp-easypaisa

Community MCP wrapper for the mcp-easypaisa provider APIs. Not affiliated with the provider; wraps public interfaces only.

Install

npm install @mogintel/mcp-easypaisa

Related MCP server: @mogintel/mcp-jazzcash

Quick start

// 15-line stdio demo — populated by Epic 4/5/6/7.
import { Client } from '@modelcontextprotocol/sdk/client/index.js';
import { StdioClientTransport } from '@modelcontextprotocol/sdk/client/stdio.js';

const transport = new StdioClientTransport({
  command: 'node',
  args: ['./node_modules/@mogintel/mcp-easypaisa/dist/index.js'],
});
const client = new Client({ name: 'nokar-facade', version: '0.0.0' }, { capabilities: {} });
await client.connect(transport);
// Story 1.2+ populates tools; at scaffold time `ping` is the only surface.
const pong = await client.callTool({ name: 'ping', arguments: {} });
console.log(pong);
await client.close();

Tool surface

(Story 1.1 scaffold; tools land in Epics 4–7.)

Tool

Tier

Description

(none — populated in downstream epic)

Auth setup

Credentials load from the Doppler scope nokar-prod-mcp-easypaisa. See each provider's onboarding runbook once Story 1.2+ ships src/auth.ts.

Error semantics

Errors re-export from @mogintel/mcp-pk-shared/errors once Story 1.2 lands the trust root. Every error carries a stable code, a retryable flag, and a redactedMessage field for observability hops.

Tier model

Every tool declares one of T1_READ | T2_WRITE_CONFIRM | T3_HUMAN_ONLY in the manifest. The facade enforces the tier at call time — the MCP itself does not gate tiers. See ARCHITECTURE-SPINE §AD-3.

Rate limits

Provider-imposed; consult the provider's public docs. This wrapper does not rate-limit locally.

Sandbox vs prod toggle

Environment variable NOKAR_PROVIDER_ENV selects sandbox vs prod. Details land alongside the provider's first tool implementation.

CONTRIBUTING

Auth-critical paths (src/tier_registry.ts) require security-team + Yahya sign-off. See .github/CODEOWNERS.

Licence (MIT)

See LICENSE.

Commercial CTA

Unaffiliated community wrapper around public APIs. Commercial support and hosted operator console via MogIntel — hi@mogintel.com.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    B
    maintenance
    MCP server for JazzCash mobile wallet and payments (Pakistan). Supports wallet payments, mobile account payments, vouchers, refunds, and balance inquiries.
    5
    18
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server wrapping JazzCash payment provider APIs. Enables interaction with JazzCash services through natural language.
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Community MCP wrapper for TCS Courier public APIs, enabling courier service interactions through natural language.
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Community MCP server that wraps Daraz Seller APIs, enabling sellers to manage store operations through natural language. Currently in scaffold stage with tools under development.
    MIT

View all related MCP servers

Related MCP Connectors

  • API Ninjas MCP — wraps the multi-endpoint API Ninjas data API (api-ninjas.com)

  • MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

  • jargon-translator MCP — wraps StupidAPIs (requires X-API-Key)

View all MCP Connectors

Latest Blog Posts

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/MogIntel/mcp-easypaisa'

If you have feedback or need assistance with the MCP directory API, please join our Discord server