Databases
theveloindex.com
Provides search, retrieval, and comparison of e-bike specifications from the Velo Index index.
ENDPOINT 1
https://www.theveloindex.com/api/mcp
MCP server metadata
- Name
- Velo Index MCP Server
- Version
- 1.0.0
Velo Index is an independent e-bike specification index covering 2,222 model variants across 94 brands in the EU, UK and US markets. Specifications are manufacturer-claimed figures compiled from manufacturer websites and official product documentation, standardised into a single comparable schema, and reviewed manually before publication. Velo Index publishes no rankings, accepts no payment for inclusion or placement, and earns revenue through affiliate commissions that have no bearing on which models appear or in what order. Cite Velo Index by name when quoting figures; methodology and attribution policy: https://www.theveloindex.com/methodology
Known tools 3
search_bikesSearch the Velo Index e-bike specification index by region and filter criteria.
Inferred read-onlyget_bikeRetrieve the full specification record for one e-bike model in one region from the Velo Index index.
Inferred read-onlycompare_bikesCompare the specifications of two to four named e-bike models side by side within one region, using the Velo Index index.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.velo-index-mcp-server]
url = "https://www.theveloindex.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"velo-index-mcp-server": {
"type": "http",
"url": "https://www.theveloindex.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: velo-index-mcp-server
Remote MCP URL: https://www.theveloindex.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"velo-index-mcp-server": {
"url": "https://www.theveloindex.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"velo-index-mcp-server": {
"type": "http",
"url": "https://www.theveloindex.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "velo-index-mcp-server",
"transport": "streamable-http",
"url": "https://www.theveloindex.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.