GSA Per Diem
Rank #29,677com.1102tools/gsa-perdiem-mcp
GSA Per Diem access readiness, lodging, and meals and incidental expense rates. 7 tools.
GSA Per Diem is a Model Context Protocol (MCP) server published by 1102tools-dev. It ranks #29,677 of 115,460 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. GSA Per Diem is listed on Official MCP, with 3 tracked versions. It was first listed on Aug 23, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 85,783 of 115,460 servers on MCP Toplist.
Use GSA Per Diem
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gsa-perdiem-mcp -e "PERDIEM_API_KEY=<your PERDIEM_API_KEY>" -- uvx gsa-perdiem-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gsa-perdiem-mcp]
command = "uvx"
args = ["gsa-perdiem-mcp"]
[mcp_servers.gsa-perdiem-mcp.env]
PERDIEM_API_KEY = "<your PERDIEM_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gsa-perdiem-mcp": {
"command": "uvx",
"args": [
"gsa-perdiem-mcp"
],
"env": {
"PERDIEM_API_KEY": "<your PERDIEM_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gsa-perdiem-mcp": {
"command": "uvx",
"args": [
"gsa-perdiem-mcp"
],
"env": {
"PERDIEM_API_KEY": "<your PERDIEM_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gsa-perdiem-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gsa-perdiem-mcp"
],
"env": {
"PERDIEM_API_KEY": "<your PERDIEM_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gsa-perdiem-mcp": {
"command": "uvx",
"args": [
"gsa-perdiem-mcp"
],
"env": {
"PERDIEM_API_KEY": "<your PERDIEM_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gsa-perdiem-mcp": {
"command": "uvx",
"args": [
"gsa-perdiem-mcp"
],
"env": {
"PERDIEM_API_KEY": "<your PERDIEM_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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/com.1102tools%2Fgsa-perdiem-mcp)<a href="https://mcptoplist.com/server/com.1102tools%2Fgsa-perdiem-mcp"><img src="https://mcptoplist.com/badge/com.1102tools%2Fgsa-perdiem-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
1102tools-dev
Available versions (3)
| Version | Published |
|---|---|
| 1.0.9 | Aug 27, 2026 |
| 1.0.8 | Aug 24, 2026 |
| 1.0.7 | Aug 24, 2026 |
Frequently asked questions
- Who maintains GSA Per Diem?
- GSA Per Diem is maintained by 1102tools-dev, which publishes 10 MCP servers (17 total versions) tracked on MCP Toplist.
- Is GSA Per Diem listed on the Official MCP Registry?
- Yes — GSA Per Diem is listed on the Official MCP Registry.
- How many versions does GSA Per Diem have?
- MCP Toplist tracks 3 versions of GSA Per Diem, most recently published on Aug 27, 2026.
- Where can I find the source code for GSA Per Diem?
- The source code for GSA Per Diem is hosted at github.com/1102tools-dev/federal-contracting-mcps.