MCP Hub
Back to servers

@theyahia/ileti-merkezi-mcp

MCP server for Ileti Merkezi — bulk SMS, OTP messaging (Turkey)

npm192/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/ileti-merkezi-mcp

ileti-merkezi-mcp

MCP server for Ileti Merkezi SMS API (Turkey). Send SMS, bulk SMS, check delivery reports, manage contacts and blacklists via API Key + Hash authentication.

Tools (8)

ToolDescription
send_smsSend a single SMS message
send_bulk_smsSend SMS to multiple recipients
get_sms_reportGet delivery report
get_balanceGet account balance and SMS credits
list_sendersList approved sender names
create_contact_groupCreate a contact group
add_contactsAdd contacts to a group
get_blacklistGet blacklisted numbers

Quick Start

{
  "mcpServers": {
    "ileti-merkezi": {
      "command": "npx",
      "args": ["-y", "@theyahia/ileti-merkezi-mcp"],
      "env": {
        "ILETI_API_KEY": "<YOUR_API_KEY>",
        "ILETI_SECRET": "<YOUR_SECRET>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
ILETI_API_KEYYesAPI key from Ileti Merkezi panel
ILETI_SECRETYesSecret key from Ileti Merkezi

Demo Prompts

  • "Send an SMS to +905551234567 saying 'Your order is ready'"
  • "Send bulk SMS to my VIP customers about the 20% discount"
  • "Check delivery report for message msg_001"
  • "How many SMS credits do I have left?"
  • "List all my approved sender names"
  • "Create a new contact group called 'March Campaign'"

License

MIT

Reviews

No reviews yet

Sign in to write a review