
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@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.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.