1dolinski
MCP Server1dolinskipublic

apnow fun mcp

用于动态搜索和执行 APINow.fun 接口的 MCP 服务器。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
JavaScript
Language
-
License

About This Server

用于动态搜索和执行 APINow.fun 接口的 MCP 服务器。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

!APINow.fun MCP Server Banner

APINow.fun MCP Server

TL;DR

This server allows you to dynamically search and execute APINow.fun endpoints with a wallet of your choice using Claude Desktop, Cursor, VS Code, or any popular MCP Client.

  1. Clone & Install:

    git clone https://github.com/1dolinski/apnow-fun-mcp.git # Or your fork
    cd apnow-fun-mcp
    npm install
    
  2. Configure MCP Client: Add this to your client's MCP settings (e.g., ~/.cursor/mcp.json):

    {
      "mcpServers": {
        "apinow-fun-mcp": {
          "command": "node",
          // Make sure this path points to YOUR cloned repository location
          "args": ["/path/to/your/clone/src/server.js"],
          "env": {
            // Replace with your actual ApiNow Wallet Private Key
            "APINOW_WALLET_PKEY": "YOUR_APINOW_WALLET_PRIVATE_KEY"
          },
          "disabled": false,
          "autoApprove": []
        }
      }
    }
    

    Remember to update the args path and set your APINOW_WALLET_PKEY!


Features

  • ApiNow Search: Search for ApiNow endpoints using natural language queries.
  • ApiNow Execute: Execute specific ApiNow endpoints, passing necessary data and handling authentication.
  • Extensible: Easy addition of custom tools.

Start

  1. Clone the repository:

    git clone https://github.com/1dolinski/apnow-fun-mcp.git # Replace with your repo URL
    cd apnow-fun-mcp
    
  2. Install dependencies:

    npm install
    
  3. Configure your MCP Client (e.g., Cursor): You need to configure your MCP client (like Cursor) to connect to this server. Add the following configuration to your client's MCP settings (e.g., ~/.cursor/mcp.json):

    {
      "mcpServers": {
        "apinow-fun-mcp": {
          "command": "node",
          // Make sure this path points to YOUR cloned repository location
          "args": ["/path/to/your/clone/src/server.js"],
          "env": {
            // Replace with your actual ApiNow Wallet Private Key
            "APINOW_WALLET_PKEY": "YOUR_APINOW_WALLET_PRIVATE_KEY"
          },
          "disabled": false,
          "autoApprove": []
        }
      }
    }
    

    Important:

    • Update the args path to the correct location of server.js in your cloned repository.
    • Replace "YOUR_APINOW_WALLET_PRIVATE_KEY" in the env section with your actual ApiNow wallet private key. Keep this key secure and do not commit it directly into your repository if it's public. Consider using environment variable managers or secrets management tools.
  4. Start the server:

    npm start
    

    The server will run locally (usually on port 3000, check the console output). Your MCP client should now be able to connect and use the ApiNow tools.

Available Tools

This server provides the following tools accessible via MCP:

  • apinow_search: Searches APINow.fun endpoints.
  • apinow_execute: Executes APINow.fun endpoints.

Community & Support

Join us on Telegram Follow us on X Visit our Website

Join our Telegram group for discussions, help, and updates!

For issues, please open a GitHub issue. For other inquiries, you can reach out on Telegram or X.

We are built on Base! Base logo

Contributors

  • 1dolinski

Want to contribute? Please open an issue or pull request!

Sponsors

Become a sponsor and get your logo shown here! (Contact details/link)

License

MIT License (or choose another appropriate license)

This project extended mcp-server-starter template by mgesteban.

Quick Start

1

Clone the repository

git clone https://github.com/1dolinski/apnow-fun-mcp
2

Install dependencies

cd apnow-fun-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Owner1dolinski
Repoapnow-fun-mcp
LanguageJavaScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation