API Tools
awardsecrets.com
Searches for award seat availability on a specific flight route, date, and airline using a contracted GDS.
ENDPOINT 1
https://awardsecrets.com/mcp
MCP server metadata
- Name
- awardsecrets
- Version
- 1.0.0
Award availability from a contracted GDS. One call = one route, one airline, one date. Fan out client-side for multiple values. Requires an API key as an HTTP Bearer token.
Known tools 1
search_award_availabilityLook up award (points/miles) seat availability for ONE specific flight route on ONE specific date with ONE specific airline, sourced from a contracted GDS rather than scraped.
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.awardsecrets]
url = "https://awardsecrets.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"awardsecrets": {
"type": "http",
"url": "https://awardsecrets.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: awardsecrets
Remote MCP URL: https://awardsecrets.com/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": {
"awardsecrets": {
"url": "https://awardsecrets.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"awardsecrets": {
"type": "http",
"url": "https://awardsecrets.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "awardsecrets",
"transport": "streamable-http",
"url": "https://awardsecrets.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for awardsecrets.com was fetched 2026-08-26T02:10:37.494Z.
awardsecrets.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.