
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
apinow-fun-mcp
Advanced tools
A command-line tool for connecting to the APINow.fun MCP server. This tool allows AI assistants like Claude to use APINow.fun APIs through the Model Context Protocol (MCP).
** Actively developing, join Telegram if you have questions https://t.me/+owjactcDFTo3Yzg5
No installation required! You can run this tool directly with npx:
npx apinow-fun-mcp --apiKey YOUR_API_KEY
npx apinow-fun-mcp --apiKey YOUR_API_KEY [options]
-k, --apiKey <key>
: Your APINow.fun API key (required)-u, --url <url>
: MCP server URL (default: "https://apinow.fun/api/mcp")-p, --proxy <url>
: Use a proxy server URL instead of direct connection-s, --sse
: Use Server-Sent Events (SSE) for streaming responses-d, --debug
: Enable debug mode-t, --test <tool>
: Test a specific tool with sample parameters-P, --params <json>
: JSON string of parameters for tool testing-h, --help
: Display help information-V, --version
: Display version numberIf you're running this tool in an environment that can't directly connect to APINow.fun, you can use a proxy server:
npx apinow-fun-mcp --apiKey YOUR_API_KEY --proxy http://your-proxy-server.com/api/mcp
This is particularly useful for:
For streaming responses and real-time updates, you can use the SSE option:
npx apinow-fun-mcp --apiKey YOUR_API_KEY --sse
This is particularly useful when:
If you have a Next.js application with an MCP proxy API route that supports SSE:
npx apinow-fun-mcp --apiKey YOUR_API_KEY --proxy http://localhost:3000/api/mcp/sse --sse
When configuring Claude to use APINow.fun, you can specify this tool as the MCP server:
npx apinow-fun-mcp --apiKey YOUR_API_KEY
Claude will then be able to use all the tools provided by APINow.fun.
APINow.fun provides a variety of API tools, including:
apinow_search
: Search for APIsapinow_list_categories
: List API categoriesapinow_get_schema
: Get API schemaapinow_call
: Call an APIapinow_estimate_cost
: Estimate API call costapinow_get_usage
: Get API usage statisticsapinow_get_balance
: Get account balanceapinow_set_limits
: Set usage limitsapinow_get_transaction_history
: Get transaction historyYou can test a specific tool with the --test
option:
npx apinow-fun-mcp --apiKey YOUR_API_KEY --test apinow_list_categories
To provide parameters:
npx apinow-fun-mcp --apiKey YOUR_API_KEY --test apinow_search --params '{"query":"weather"}'
When using with Cursor, you should add the --json
flag to ensure proper compatibility:
npx apinow-fun-mcp --apiKey YOUR_API_KEY --json
This will output all messages in JSON format, which is required for Cursor to properly parse the responses.
If you encounter issues:
--debug
to see detailed logsThis tool is provided under the MIT License.
FAQs
APINow.fun MCP CLI
We found that apinow-fun-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.