General Tools
agentbits.dev
Provides base64 encoding/decoding and country/currency metadata lookups.
ENDPOINT 1
https://agentbits.dev/mcp
MCP server metadata
- Name
- Agent Bits
- Version
- 0.3.0
Known tools 18
base64_decodeDecode a Base64 string into UTF-8 text and report invalid payloads as errors when recovering embedded credentials, tokens, or transport-encoded content.
Inferred read-onlybase64_encodeConvert a UTF-8 string into standard Base64 when you need a portable text encoding for credentials, binary-safe transport, or embedding data in JSON/HTTP fields.
Inferred read-onlycountries_bulkDownload the complete versioned countries dataset as JSON for caching, offline use, or multi-country analysis when a single country_lookup call is not enough.
Inferred read-onlycountry_lookupResolve an ISO 3166-1 alpha-2 country code (for example CA, US, JP) to official name, region, currency, calling code, languages, and related country metadata when you already have the two-letter code.
Inferred read-onlycurrency_lookupResolve an ISO 4217 currency code such as USD, EUR, or JPY to its name, symbol, decimal places, and which countries use it when you need currency metadata rather than a live exchange rate.
Inferred read-onlyhttp_status_lookupExplain what a numeric HTTP status code such as 404 or 429 means by returning its standard reason phrase and a short description for debugging or API responses.
Inferred read-onlyisbn_validateVerify whether an ISBN-10 or ISBN-13 passes checksum rules and return normalized digits when checking book identifiers before catalog or purchase flows.
Potential side effectsjson_validateParse a string as JSON to confirm it is well-formed and return a normalized representation when possible before further processing or storage.
Inferred read-onlylanguage_lookupResolve an ISO 639-1 language code such as en, fr, or ja to its English name and native name when you need language metadata from a two-letter code.
Inferred read-onlyluhn_validateRun the Luhn checksum on a numeric string such as a payment-card-like identifier to verify the check digit before accepting or storing the value.
Potential side effectsmime_lookupMap a file extension such as webp or png, or a MIME type string, to curated Content-Type metadata when setting headers, validating uploads, or choosing a media type.
Inferred read-onlytimestamp_convertConvert Unix epoch seconds or milliseconds to ISO-8601, or an ISO-8601 datetime to Unix epoch values, when bridging APIs that disagree on time formats.
Inferred read-onlytimezone_convertConvert an ISO-8601 datetime from one IANA timezone to another while preserving the same instant, including daylight-saving-aware wall times such as Toronto to Tokyo.
Inferred read-onlytld_lookupIdentify what a DNS top-level domain such as com, io, or ai is classified as and commonly used for when classifying domains or answering TLD questions.
Inferred read-onlyunit_convertConvert a numeric value between supported length, mass, or temperature units—for example miles to kilometers or Celsius to Fahrenheit—when you need a deterministic unit conversion.
Inferred read-onlyurl_decodeDecode a percent-encoded URL component into plain text when reading query parameters, path segments, or form values that contain escaped characters.
Inferred read-onlyurl_encodeApply encodeURIComponent-style percent-encoding so query parameters, path segments, or form values are safe to place in a URL.
Inferred read-onlyuuid_validateCheck whether a string is a well-formed UUID and, when recognizable, report its version and variant so you can accept or reject identifier inputs confidently.
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.agent-bits]
url = "https://agentbits.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-bits": {
"type": "http",
"url": "https://agentbits.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-bits
Remote MCP URL: https://agentbits.dev/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": {
"agent-bits": {
"url": "https://agentbits.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-bits": {
"type": "http",
"url": "https://agentbits.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-bits",
"transport": "streamable-http",
"url": "https://agentbits.dev/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 agentbits.dev was fetched 2026-08-24T04:46:46.505Z.
agentbits.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.