⚡ TALIMNA — BRICS+ Commerce Infrastructure

MCP Services + A2A Orchestration

13 API-first servers + agent-to-agent orchestration for cross-border trade across $1.7T BRICS+ corridors

🚀 Quick Start

Get started with TALIMNA MCP in minutes — no credit card required

01

Get Your API Key

Message @product_service_bot on Telegram to receive your free API key. 500 free requests/month included.

🤖 t.me/product_service_bot → "Start"
02

Choose Your Service

Select from 13 MCP services below. Each has its own port and pricing. Mix & match based on your workflow.

GET /services → JSON list
03

Or Use A2A Orchestration

Run multi-service workflows with a single API call. The A2A Orchestrator chains services automatically.

POST /orchestrate → pipeline result
04

Pay & Scale

Micro-priced per call. Pay with USDC (Solana), Stripe, or bank transfer. Upgrade to monthly for volume discounts.

$0.10/word · $2/dispatch · $0.50/screen
🤖 Get API Key on Telegram 📢 Join Channel for Updates
📱 Connect via Telegram
📢 @TalimnaStore 🤖 @product_service_bot 🚚 @luwjistia_bot
Order services, get API keys, and receive support directly in Telegram

⚙️ 13 MCP Services

Full API documentation — every endpoint is live

:8000
Operational

Logistics Dispatch

SEA route optimization, dispatching, real-time tracking with multi-depot support
dispatch_order · optimize_route · track_shipment · geocode · multi_depot
$2/dispatch $99/mo starter $999/mo enterprise
:8001
Operational

Trade Translation

Translate trade docs across 34 BRICS+ languages — AI-powered with trade vocabulary
translate_doc · batch_translate · detect · extract_fields · glossary
$0.10/word $200/mo volume $500/mo enterprise
:8002
Operational

Sharia Compliance ★

Halal cert verification, zakat calculation, riba detection — 8 certifying bodies
screen_tx · zakat · detect_riba · verify_halal_cert · trace_ingredient · fatwa_lookup
$0.50/screen $99/mo starter $999/mo enterprise
:8003
Operational

Trade Intelligence

BRICS+ trade data, market intel, supplier verification with real-time monitoring
query_volume · market_intel · verify_supplier · monitor · datasets · corridor_compare
$300/dataset $199/mo data $499/mo API
:8004
Operational

Trade Matchmaking

B2B buyer-supplier matching across 8 BRICS+ corridors with AI scoring
find_buyers · find_suppliers · match_score · negotiate · corridor_discovery
$50/match $99/mo starter $999/mo unlimited
:8005
Operational

Industrial Content

Trade docs, compliance manuals, NDB proposal templates, AI-generated content
generate_doc · compliance_manual · catalog · purchase · ndb_proposal
$149/document $199/mo content
:8006
Operational

Digital Commerce

Trade tools, templates, AI prompts, digital content marketplace backend
list_products · process_order · manage_license · generate_prompt
$12-79/product 5x commercial license
:8007
Operational

Payment API

Generate payment links, invoices, process payments — USDC, Stripe, bank wire
get_payment_link · process_payment · invoice · methods · exchange_rate
USDC Solana Stripe Cards Bank Wire
:8008
Operational

Al-Jalib Corridor ★

Trans-South trade corridor — SEA to Gulf logistics pipeline with halal audit
cargo_manifest · halal_audit · bill_of_lading · freight_dispatch · customs · corridor_track
$99/shipment $499/mo corridor
:8009
Operational

Compute Brokerage

Huawei Cloud GPU/CPU reseller for SEA SMEs — AI training & inference
list_providers · list_instances · provision · plans · spot_pricing
$5/mo starter $149/mo enterprise GPU on demand
:8010
Operational

Halal Invoice

Sharia-compliant invoicing — no riba, full transparency, zakat calculation included
create_invoice · list_invoices · zakat_calc · compliance_report
Free basic $19/mo pro
:8011
Operational

BRICS+ Trade Hub ★

Public marketplace — SEA suppliers to Gulf buyers, 2% match fee, 4 verticals
list_marketplace · search_products · active_matches · corridor_insights · rfq
2% match fee Free first 10 4 verticals
:8012
Operational

A2A Orchestrator ★ NEW

Agent-to-agent orchestration — run multi-service pipelines with a single API call
orchestrate · pipeline · status · cancel · chain · parallel · schedule
$99/run $499/mo pipeline 1st run free

📊 Pricing Comparison

All 13 services compared side-by-side — find the right pricing for your workflow

Service Port Pay-as-you-go Monthly Starter Enterprise Status
Logistics Dispatch:8000$2/dispatch$99/mo$999/mo● Live
Trade Translation:8001$0.10/word$200/mo$500/mo● Live
Sharia Compliance ★:8002$0.50/screen$99/mo$999/mo● Live
Trade Intelligence:8003$300/dataset$199/mo$499/mo● Live
Trade Matchmaking:8004$50/match$99/mo$999/mo● Live
Industrial Content:8005$149/doc$199/moCustom● Live
Digital Commerce:8006$12-79/productCustom● Live
Payment API:80071% + $0.50Custom● Live
Al-Jalib Corridor ★:8008$99/shipment$499/moCustom● Live
Compute Brokerage:8009$5/mo starter$149/mo● Live
Halal Invoice:8010Free – $19Custom● Live
BRICS+ Trade Hub ★:80112% match feeFree (10)Custom● Live
A2A Orchestrator ★:8012$99/run$499/moCustom● Live

🔌 API Code Examples

Quick-start cURL examples for each MCP service

📦 Logistics Dispatch — Create a dispatch order
curl -X POST https://api.talimna.com/dispatch/order \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"origin":"Jakarta","destination":"Kuala Lumpur","items":[{"sku":"T001","qty":100}],"mode":"sea"}'
🌐 Trade Translation — Translate a document
curl -X POST https://api.talimna.com/translate/doc \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"text":"Contract for the supply of goods","source":"en","target":"ar","domain":"trade"}'
⚖️ Sharia Compliance — Screen a transaction
curl -X POST https://api.talimna.com/compliance/screen \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"amount":50000,"currency":"USD","industry":"food","jurisdiction":"Saudi Arabia","cert_body":"SFDA"}'
📊 Trade Intelligence — Query corridor data
curl -X GET "https://api.talimna.com/intel/corridor?origin=China&destination=ASEAN&year=2025" \ -H "Authorization: Bearer YOUR_API_KEY"
🤝 Trade Matchmaking — Find suppliers
curl -X POST https://api.talimna.com/matchmaking/find \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"buyer_industry":"electronics","region":"Southeast Asia","certification":"halal","max_results":10}'
🤖 A2A Orchestration — Run a multi-service pipeline
curl -X POST https://api.talimna.com/orchestrate \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"pipeline":"trade-corridor","input":{"doc_url":"https://...","source_lang":"zh","target_lang":"ar","corridor":"SEA-Gulf"}}'

🤖 A2A Orchestration — Agent Mesh

TALIMNA's Agent-to-Agent (A2A) Orchestrator lets you chain multiple MCP services into a single pipeline. One API call runs a complete trade workflow across 6+ services automatically.

📄
Translate
⚖️
Compliance
📊
Intel
🤝
Match
📋
Invoice
📦
Dispatch

Supported Pipeline Examples

🌐 Trade Corridor Pipeline
Translate → Compliance → Intel → Matchmaking → Invoice
$99/run — 1st free
📦 Logistics Pipeline
Dispatch → Route Optimize → Compliance → Invoice → Track
$59/run — 1st free
🔍 Supplier Pipeline
Intel → Matchmaking → Compliance → Content → Invoice
$129/run — 1st free
🤖 Order a Pipeline via Bot 📢 Discuss in Channel

Pay with USDC (Solana), Stripe, or Bank Transfer. Enterprise contracts available.

📚 API Documentation

Every MCP service exposes a RESTful JSON API with the following common patterns

GET
/{service}/health
Service health check — returns status, uptime, rate limits
GET
/{service}/tools
List available tools/endpoints for this service
POST
/{service}/…
Execute service-specific tool (see per-service docs)
POST
/orchestrate
A2A Orchestrator — run a multi-service pipeline
GET
/orchestrate/{id}
Check pipeline status and get results

🔐 Authentication

All API requests require an API key in the Authorization: Bearer <key> header. Get your free key from @product_service_bot.

📦 Example: cURL Pipeline

curl -X POST https://mcp.talimna.com/orchestrate \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{"pipeline": "trade-corridor", "input": {"doc": "https://...", "source_lang": "zh", "target_lang": "ar"}}'

💻 GitHub Repo 🤖 Get API Key

📢 Join @TalimnaStore 🤖 Bot @product_service_bot 🛒 Digital Store

How to Pay

Stripe
Cards, Apple Pay
Via talimna.com
Bank Transfer
Mercury Bank
For B2B >$1K

✓ Ethical Compliance Standards

All services operate on fixed-price contracts (Ijara), transparent sale (Bai'), or disclosed fee (Ju'ala). Zero interest, zero speculation, zero uncertainty. Transparent pricing with no hidden fees. All 8 certification bodies recognized globally including JAKIM, BPJPH, ESMA, SFDA.

🔑 Full API Access — Subscribe Monthly

Get an API key to access all 13 services programmatically + A2A orchestration

Starter
$29/mo
500 req/day
⭐ BEST VALUE
$99/mo
5000 req/day
Enterprise
$499/mo
Unlimited
⚡ A2A
$199/mo
Pipeline orchestration

🤖 Order via @product_service_bot · 📢 Ask @TalimnaStore

TALIMNA Ecosystem: 🏠 HQ 🛒 Store 🧠 Intel 🌍 Trade 🔧 Tools 🎓 OpenMAIC 📢 Telegram

Contact: arya.wang@talimna.com  |  CEO: Arya Wang

📢 @TalimnaStore · 🤖 @product_service_bot · 🛒 Store

TALIMNA — Building commerce infrastructure for the multipolar world