Overview
What is MCP-ATP?
MCP-ATP is a Model Context Protocol server designed for the IQ AI Agent Tokenization Platform, enabling interaction with various functionalities related to AI agent tokens.
How to use MCP-ATP?
To use MCP-ATP, you can run the server using pnpm dlx for easy integration with MCP clients, or install it globally via npm. Configuration of environment variables is required for proper operation.
Key features of MCP-ATP?
- Fetch agent statistics and details.
- Retrieve current holdings in AI tokens.
- Buy and sell AI agent tokens.
- Access and manage agent logs.
- Add new log entries for agents.
Use cases of MCP-ATP?
- AI assistants can utilize the server to manage agent tokens.
- IDE extensions can integrate with the server for token management.
- Custom applications can leverage the server for trading and logging agent activities.
FAQ from MCP-ATP?
- What is required to run MCP-ATP?
You need Node.js and pnpm installed, along with specific environment variables like WALLET_PRIVATE_KEY.
- Can I run MCP-ATP without global installation?
Yes, you can use
pnpm dlxto run it without a global install.
- Is there any security concern with using WALLET_PRIVATE_KEY?
Yes, handle the private key securely and only provide it to trusted configurations.