Aegentix MCP server
Give MCP-compatible AI development tools current Taliware API context.
Connect a client
| Setting | Value |
|---|---|
| MCP server URL | https://mcp.taliware.com/ |
| Authentication header | X-API-KEY |
You need an MCP-compatible client and an API key from the Taliware Developer Platform.
{
"mcpServers": {
"aegentix": {
"url": "https://mcp.taliware.com/",
"headers": {
"X-API-KEY": "${TALIWARE_API_KEY}"
}
}
}
}Documentation commands
get_docs("nfts")— NFT creation and managementget_docs("contracts")— smart contract deploymentget_docs("users")— user and organization managementget_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.