TaliwareTaliware Developer

Aegentix MCP server

Give MCP-compatible AI development tools current Taliware API context.

Connect a client

SettingValue
MCP server URLhttps://mcp.taliware.com/
Authentication headerX-API-KEY

You need an MCP-compatible client and an API key from the Taliware Developer Platform.

MCP configuration
{
  "mcpServers": {
    "aegentix": {
      "url": "https://mcp.taliware.com/",
      "headers": {
        "X-API-KEY": "${TALIWARE_API_KEY}"
      }
    }
  }
}

Documentation commands

  • get_docs("nfts") — NFT creation and management
  • get_docs("contracts") — smart contract deployment
  • get_docs("users") — user and organization management
  • get_docs("all") — complete available API context

Why use Aegentix

  • Reduce time spent searching across references.
  • Ground generated code in current request and response contracts.
  • Keep creative implementation work connected to live platform context.

Production security

Keep the API key in an environment variable and perform sensitive operations server-side. Treat generated code as a draft: review permissions, validation, error handling, and logs before deployment.

Aegentix MCP server | Taliware Developer