Access real-time and historical token, wallet, and trading data from the Solana ecosystem via the Solana Tracker API.
A Model Context Protocol (MCP) server for Solana Tracker, providing unified access to real-time and historical token, wallet, and trading data from the Solana ecosystem.
# Install dependencies
npm install
To use this server with Claude, add the following to your configuration:
{
"mcpServers": {
"soltracker": {
"command": "node",
"args": ["...your-path-to-the-folder/soltracker-mcp"],
"env": {
"SOLTRACKER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
MIT License – see LICENSE for details.
Perform accessibility audits on webpages using the axe-core engine to identify and help fix a11y issues.
A universal control plane for managing MCP servers and providing intelligent tool discovery for AI agents.
Query the BuiltWith API to discover the technology stacks of websites. Requires a BuiltWith API key.
An implementation of the Model Context Protocol (MCP) for communication between AI models and external tools, featuring server and client examples in Python and Spring Boot.
Interact with the Postman API via an MCP server. Requires a Postman API key.
Provides AI-powered mentorship to LLM agents for tasks like code review, design critique, and brainstorming, using the Deepseek API.
An MCP server for managing the software development lifecycle, with support for an optional external SQLite database.
A lightweight, LLM-agnostic RESTful proxy that unifies multiple MCP servers under a single API.
A server for generating and verifying CAD models using the CAD-Query Python library.
Parses HAR (HTTP Archive) files and displays requests in a simplified format for AI assistants.