Connect AI assistants like Cursor and Claude Desktop to the APINow.fun API marketplace using the Model Control Protocol (MCP).
View MCP Server on GitHubThe Model Control Protocol (MCP) allows AI models to interact with external tools and services. Our MCP server acts as a bridge, enabling your AI assistant (like Cursor or Claude Desktop) to:
By connecting to our MCP server, you equip your AI with the ability to search and run any API listed on APINow.fun, turning your assistant into a powerful tool integrator.
Follow these steps to connect your MCP client (e.g., Cursor) to the APINow.fun MCP server.
First, clone the APINow.fun MCP server repository to your local machine. This server will run locally and handle communication between your AI assistant and APINow.fun.
git clone https://github.com/1dolinski/apnow-fun-mcp.git
cd apnow-fun-mcp
npm install
Ensure you have Node.js and npm installed.
Add the following configuration to your MCP client's settings file. For Cursor, this is typically located at ~/.cursor/mcp.json
.
{
"mcpServers": {
"apinow-fun-mcp": {
"command": "node",
"args": [
"/path/to/your/clone/src/server.js"
],
"env": {
"APINOW_WALLET_PKEY": "YOUR_APINOW_WALLET_PRIVATE_KEY"
},
"disabled": false,
"autoApprove": []
}
}
}
Important:
args
path to point to the server.js
file within your cloned repository directory.YOUR_APINOW_WALLET_PRIVATE_KEY
with the private key of the wallet you want to use for API payments.Navigate to the cloned repository directory in your terminal and start the server:
npm start
Leave this terminal window running. Your MCP client (Cursor, etc.) should now automatically connect to this local server and gain access to the APINow.fun tools.
You can now ask your AI assistant to use the APINow tools. For example:
Refer to the "Available APIs" section below for the specific tool names and functionalities.
The MCP server provides the following tools to your AI assistant:
Searches the APINow.fun marketplace for endpoints using natural language queries.
Example Usage: "Use apinow_search to find APIs related to image generation."
Executes a specific APINow.fun endpoint by its namespace and name, or by its full URL. Handles payment using the configured wallet private key.
Example Usage: "Use apinow_execute for namespace 'web3' and endpoint 'get-token-balance' with address '0x...' on chain 'base'."
Your AI assistant will determine which tool to use based on your request. You typically don't need to specify the tool name explicitly unless you want to be very precise.
Need help or want to connect with other users? Join our community channels: