
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@domainforagents/mcp
Advanced tools
MCP server for DomainForAgents — AI agents can search, register, and manage domains as native tools
MCP server for DomainForAgents — register and manage internet domains as native AI agent tools.
This MCP server lets any MCP-compatible AI agent (Claude, GPT, Gemini, etc.) discover and use DomainForAgents as a native tool. Agents can:
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"domainforagents": {
"command": "npx",
"args": ["@domainforagents/mcp"],
"env": {
"DOMAINFORAGENTS_API_KEY": "your-api-key"
}
}
}
}
claude mcp add domainforagents -- npx @domainforagents/mcp
Then set the env var:
export DOMAINFORAGENTS_API_KEY="your-api-key"
npx @domainforagents/mcp
The server communicates over stdio using the MCP protocol.
No signup form needed. One curl command:
curl -X POST https://api.domainforagents.io/api/v1/auth/register \
-H "Content-Type: application/json" \
-d '{"name": "my-agent"}'
Returns your api_key immediately.
| Variable | Required | Description |
|---|---|---|
DOMAINFORAGENTS_API_KEY | Yes (for authenticated tools) | Your API key |
DOMAINFORAGENTS_API_URL | No | API base URL (default: https://api.domainforagents.io/api/v1) |
| Tool | Description |
|---|---|
create_account | Create account, get API key (no auth needed) |
search_domains | Search domain availability and pricing |
register_domain | Register a domain |
reserve_domain | Soft-reserve with payment link |
list_domains | List your domains |
get_domain | Get domain details + DNS |
renew_domain | Renew a domain |
get_dns_records | List DNS records |
create_dns_record | Create a DNS record |
delete_dns_record | Delete a DNS record |
set_nameservers | Set custom nameservers |
get_balance | Check balance + transactions |
get_usdc_deposit_info | Get USDC deposit wallet address |
create_webhook | Subscribe to events |
list_webhooks | List webhook subscriptions |
FAQs
MCP server for DomainForAgents — AI agents can search, register, and manage domains as native tools
We found that @domainforagents/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.