nikola-test-2-mcp-server
Verified Safeby Traia-IO
Overview
Provides AI agents and LLMs with tools to interact with the Nikola Test 2 API via the Model Context Protocol (MCP).
Installation
docker-compose upEnvironment Variables
- SERVER_ADDRESS
- MCP_OPERATOR_PRIVATE_KEY
- MCP_OPERATOR_ADDRESS
- D402_FACILITATOR_URL
- D402_FACILITATOR_API_KEY
- D402_TESTING_MODE
- NETWORK
Security Notes
The server uses the D402 payment protocol, expecting `SERVER_ADDRESS` and `MCP_OPERATOR_PRIVATE_KEY` via environment variables. These are generated for local testing by `run_local_docker.sh` if not already set. It exposes a public HTTP endpoint and uses CORS `allow_origins=["*"]`, which permits all origins. No `eval` or obvious malicious patterns were found in the provided source code. The server relies on the security of the `traia-iatp` dependency for D402 payment processing.
Similar Servers
solx402-mcp-server
The SOLx402 MCP Server enables AI assistants to interact with the x402 payment protocol on Solana, providing tools for service discovery, consumption, USDC payments, and access to Solana development resources.
x402-mcp-server
Enables AI agents to pay for x402-protected database queries and API calls using USDC on the Base blockchain.
test-nikola-2-mcp-server
An MCP server providing a standardized interface for AI agents and LLMs to interact with the Test Nikola 2 API, leveraging the D402 payment protocol.
nikola-test-mcp-mcp-server
An MCP server for the Nikola TEST MCP API, enabling AI agents and LLMs to interact with its functionalities through standardized tools.