internet-bs-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@internet-bs-mcpCheck if my-new-domain.com is available"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
internet-bs-mcp
A Model Context Protocol server for the Internet.bs (InternetBS) domain registrar API. Check availability, register, renew, and manage domains and DNS from Claude or any MCP client.
No affiliation with Internet.bs. Community-built. Use at your own risk.
Features
Tool | What it does | Cost |
| Check availability + pricing | free |
| Full details for a domain you own | free |
| List domains in your account | free |
| Prepaid balance (also verifies credentials) | free |
| List DNS records | free |
| Set custom nameservers | free |
| Manage DNS records | free |
| Register a domain | spends money |
| Renew a domain | spends money |
Safety by design
Credentials are sent in the request body, never in a URL (keeps them out of logs).
Paid tools are gated.
domain_registeranddomain_renewdo nothing and spend nothing unless you passconfirm: true— otherwise they return a dry-run preview.Test mode. Point at the InternetBS sandbox to build and verify without spending money.
Related MCP server: dynadot-mcp
Install & configure
Requires Node.js 18+.
Set environment variables:
INTERNETBS_API_KEY=your_api_key
INTERNETBS_PASSWORD=your_api_password
# Optional: use the sandbox (https://testapi.internet.bs) instead of production
INTERNETBS_TEST_MODE=trueEnable API access and (recommended) IP allowlisting in your Internet.bs account first. For the public sandbox, use
INTERNETBS_API_KEY=testapiandINTERNETBS_PASSWORD=testpass.
Add to Claude Code
claude mcp add internetbs \
-e INTERNETBS_API_KEY=your_key \
-e INTERNETBS_PASSWORD=your_password \
-- npx -y internet-bs-mcpAdd to Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"internetbs": {
"command": "npx",
"args": ["-y", "internet-bs-mcp"],
"env": {
"INTERNETBS_API_KEY": "your_key",
"INTERNETBS_PASSWORD": "your_password"
}
}
}
}Registering a domain
domain_register requires a full contact when confirm: true — it's applied to the
registrant, admin, technical, and billing roles that InternetBS requires:
{
"domain": "example.com",
"period": "1Y",
"confirm": true,
"contact": {
"firstName": "Jane", "lastName": "Doe",
"email": "jane@example.com", "phoneNumber": "+1.7065550100",
"street": "123 Main St", "city": "Augusta",
"postalCode": "30901", "countryCode": "US"
}
}Develop
npm install
npm run build
node test/probe.mjs # boots the server against the sandbox and exercises toolsLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WannaBeGeekster/internet-bs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server