
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
nerdcode-active-mq
Advanced tools
Queues Messages Using Active_MQ and that would be taking JSON body and sending to a particular Queue.
This guide walks you through the process of discovering and invoking tools from an MCP (Model Context Protocol) server directly via your terminal.
Queues Messages To ActiveMQ.
Ensure you have the following installed:
Node.js and npx: Verify installation by running:
node -v
npx -v
MCP Tools CLI: Install using Homebrew:
brew tap f/mcptools
brew install mcp
Alternatively, install from source:
go install github.com/f/mcptools/cmd/mcptools@latest
jq: For formatting JSON responses:
brew install jq
To view all tools provided by your MCP server:
mcp tools npx -y nerdcode-active-mq
Replace your-mcp-package with the name of your MCP server package.
For example, if your package is named nerdcode-active-mq:
mcp tools npx -y nerdcode-active-mq
This command will output a list of available tools along with their descriptions.
To call a specific tool with parameters:
mcp call tool-name --params '{"parameter": "value"}' npx -y your-mcp-package
For instance, to query the send_to_queue tool with the topic "app router":
mcp call telkom-products --params '{"query": "app router"}' npx -y nerdcode-active-mq
This will execute the send_to_queue tool with the provided query.
For a more interactive experience, start an MCP shell session:
mcp shell npx -y your-mcp-package
Within this shell, you can list tools, invoke them, and view results without restarting the server each time.
If you prefer to interact with your MCP server using raw JSON-RPC requests, you can use curl. Here's how to list available tools:
curl -X POST http://localhost:3000 -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/list",
"id": 1
}'
Replace http://localhost:3000 with your MCP server's endpoint.
By following these steps, you can effectively query and interact with the tools provided by your MCP server directly from the command line.
FAQs
Queues Messages Using Active_MQ and that would be taking JSON body and sending to a particular Queue.
The npm package nerdcode-active-mq receives a total of 2 weekly downloads. As such, nerdcode-active-mq popularity was classified as not popular.
We found that nerdcode-active-mq demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.