
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@coretext-ai/apollo-mcp-server-b2c3d4e5-f6a7-4890-b123-234567890123
Advanced tools
MCP server with apollo integration
MCP server with apollo integration
This MCP server was generated using the Template Orchestrator and includes the following integrations:
This MCP server provides 32 tools across 1 integrations:
npm install @coretext-ai/apollo-mcp-server-b2c3d4e5-f6a7-4890-b123-234567890123
Create a .env
file with the following variables:
APOLLO_API_KEY=your_apollo_api_key_here
GITHUB_TOKEN=your_github_token_here
# Development mode
npm run dev
# Production mode
npm run build && npm start
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"apollo-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/apollo-mcp-server-b2c3d4e5-f6a7-4890-b123-234567890123"],
"env": {
"APOLLO_API_KEY": "your_apollo_api_key_here",
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}
This MCP server supports request cancellation according to the MCP cancellation specification. Clients can cancel in-progress requests by sending a notifications/cancelled
message with the request ID.
When a request is cancelled:
The server supports progress notifications for long-running operations according to the MCP progress specification.
To receive progress updates:
progressToken
in your request metadatanotifications/progress
messages with:
Progress is reported for:
Example progress notification:
{
"method": "notifications/progress",
"params": {
"progressToken": "operation-123",
"progress": 45,
"total": 100,
"message": "Processing item 45 of 100..."
}
}
FAQs
MCP server with apollo integration
We found that @coretext-ai/apollo-mcp-server-b2c3d4e5-f6a7-4890-b123-234567890123 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.