Tender MCP
Rank #15,897io.github.OjasKord/tender-mcp
Government tender search for AI agents. UK, EU and US procurement opportunities.
Tender MCP is a Model Context Protocol (MCP) server published by OjasKord. It ranks #15,897 of 115,460 servers tracked on MCP Toplist. Tender MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 6 tracked versions. It was first listed on Apr 10, 2026 and most recently updated on May 2, 2026.
Ranks ahead of 99,563 of 115,460 servers on MCP Toplist.
Use Tender MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tender-mcp https://tender-mcp-production.up.railway.app/claude mcp add tender-mcp -- npx -y tender-mcp[mcp_servers.tender-mcp]
url = "https://tender-mcp-production.up.railway.app/"Add to ~/.codex/config.toml.
[mcp_servers.tender-mcp]
command = "npx"
args = ["-y", "tender-mcp"]Add to ~/.codex/config.toml.
https://tender-mcp-production.up.railway.app/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tender-mcp": {
"command": "npx",
"args": [
"-y",
"tender-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tender-mcp": {
"url": "https://tender-mcp-production.up.railway.app/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tender-mcp": {
"command": "npx",
"args": [
"-y",
"tender-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tender-mcp": {
"type": "http",
"url": "https://tender-mcp-production.up.railway.app/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"tender-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tender-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tender-mcp": {
"serverUrl": "https://tender-mcp-production.up.railway.app/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tender-mcp": {
"command": "npx",
"args": [
"-y",
"tender-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tender-mcp": {
"url": "https://tender-mcp-production.up.railway.app/"
}
}
}{
"mcpServers": {
"tender-mcp": {
"command": "npx",
"args": [
"-y",
"tender-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.OjasKord%2Ftender-mcp)<a href="https://mcptoplist.com/server/io.github.OjasKord%2Ftender-mcp"><img src="https://mcptoplist.com/badge/io.github.OjasKord%2Ftender-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
OjasKord
Other servers by OjasKord
- Bizfile MCP#11,263 · 12 vers
- VAT Validator MCP#12,803 · 11 vers
- URL Safety Validator MCP#14,807 · 6 vers
- Data Compliance Classifier MCP#15,726 · 5 vers
- HS Code Classifier#15,727 · 5 vers
- Local Model Suitability MCP#15,896 · 6 vers
- Document Integrity Validator#23,141 · 2 vers
- Quantum Suitability Validator#25,345 · 1 ver
Available versions (6)
| Version | Published |
|---|---|
| 1.2.6 | May 2, 2026 |
| 1.2.5 | Apr 28, 2026 |
| 1.2.4 | Apr 26, 2026 |
| 1.2.1 | Apr 23, 2026 |
| 1.2.0 | Apr 21, 2026 |
| 1.0.1 | Apr 10, 2026 |
Frequently asked questions
- Who maintains Tender MCP?
- Tender MCP is maintained by OjasKord, which publishes 9 MCP servers (54 total versions) tracked on MCP Toplist.
- Is Tender MCP listed on the Official MCP Registry?
- Yes — Tender MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Tender MCP have?
- MCP Toplist tracks 6 versions of Tender MCP, most recently published on May 2, 2026.
- Where can I find the source code for Tender MCP?
- The source code for Tender MCP is hosted at github.com/ojaskord/tender-mcp.