Vector GraphQL MCP Server
@JussCubs
About Vector GraphQL MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-test-jusscubs": {
"command": "uv",
"args": [
"run",
"mcp",
"dev",
"vector_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Vector GraphQL MCP Server?
Vector GraphQL MCP Server is an MCP server that provides tools for querying the Vector GraphQL API. It is intended for developers who want to retrieve leaderboard data, trader profiles, trending Solana tokens, and token broadcasts from Vector.
How to use Vector GraphQL MCP Server?
Clone the repository, install dependencies with uv or pip, then run in development mode using uv run mcp dev vector_server.py or install in Claude Desktop with uv run mcp install vector_server.py.
Key features of Vector GraphQL MCP Server
- Query Vector leaderboard data via
fetch_leaderboard - Retrieve detailed trader profiles via
fetch_profile - Get trending Solana tokens via
fetch_token_data - Fetch broadcasts for specific tokens via
fetch_token_broadcasts - Supports installation with
uvorpip - Includes MCP Inspector for development testing
Use cases of Vector GraphQL MCP Server
- Monitor top traders on Vector by fetching leaderboard rankings
- Analyze individual trader performance by fetching profile details
- Track trending Solana tokens with recent broadcast activity
- Retrieve token-specific broadcast history for research or alerts
FAQ from Vector GraphQL MCP Server
How do I set up the server?
Clone the repository, install dependencies with uv add "mcp[cli]" httpx or pip install -r requirements.txt, then run uv run mcp dev vector_server.py or mcp dev vector_server.py.
What dependencies are required?
The server requires mcp[cli] and httpx when using uv, or the packages listed in requirements.txt when using pip. For CLI tools separately, install mcp, httpx, click>=8.0, rich>=10.0, and typer>=0.9.0.
What tools are available?
Four tools: fetch_leaderboard, fetch_profile, fetch_token_data, and fetch_token_broadcasts. Each has documented parameters (e.g., leaderboard_type for fetch_leaderboard, username for fetch_profile, token_id for fetch_token_broadcasts; fetch_token_data has no parameters).
How can I install the server in Claude Desktop?
Run uv run mcp install vector_server.py (with uv) or mcp install vector_server.py (with pip).
Frequently asked questions
How do I set up the server?
Clone the repository, install dependencies with `uv add "mcp[cli]" httpx` or `pip install -r requirements.txt`, then run `uv run mcp dev vector_server.py` or `mcp dev vector_server.py`.
What dependencies are required?
The server requires `mcp[cli]` and `httpx` when using `uv`, or the packages listed in `requirements.txt` when using `pip`. For CLI tools separately, install `mcp`, `httpx`, `click>=8.0`, `rich>=10.0`, and `typer>=0.9.0`.
What tools are available?
Four tools: `fetch_leaderboard`, `fetch_profile`, `fetch_token_data`, and `fetch_token_broadcasts`. Each has documented parameters (e.g., leaderboard_type for fetch_leaderboard, username for fetch_profile, token_id for fetch_token_broadcasts; fetch_token_data has no parameters).
How can I install the server in Claude Desktop?
Run `uv run mcp install vector_server.py` (with `uv`) or `mcp install vector_server.py` (with `pip`).
Basic information
More Developer Tools MCP servers
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata
Comments