# apix420mcp1

Get real-time crypto prices, gas fees, DeFi yields, NFT stats, and ENS lookups. Stay informed with current weather, tech news, currency conversion, translation, and sentiment analysis. Diagnose domai…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add apix420/apix420mcp1

# Browse available tools
npx -y @smithery/cli@latest tool list apix420/apix420mcp1

# Get full schema for a tool
npx -y @smithery/cli@latest tool get apix420/apix420mcp1 get_crypto_prices

# Call a tool
npx -y @smithery/cli@latest tool call apix420/apix420mcp1 get_crypto_prices '{}'
```

## Direct MCP Connection

Endpoint: `https://apix420mcp1--apix420.run.tools`

## Tools (15)

- `get_crypto_prices` — Get real-time cryptocurrency prices for Bitcoin, Ethereum, and other coins
- `get_weather_current` — Get current weather conditions for any location worldwide
- `get_news_headlines` — Get top news headlines from Hacker News and tech sources
- `get_domain_whois` — Get WHOIS registration information for a domain
- `get_eth_gas` — Get current Ethereum gas prices in Gwei
- `get_solana_gas` — Get current Solana transaction fees
- `get_defi_yield` — Get DeFi yield farming rates across protocols
- `get_nft_collection` — Get NFT collection statistics and floor prices
- `get_ens_lookup` — Resolve ENS domain names to Ethereum addresses
- `get_ip_geolocation` — Get geolocation data for an IP address
- `get_currency_convert` — Convert between currencies with live exchange rates
- `get_text_translate` — Translate text between languages
- `get_text_sentiment` — Analyze sentiment of text (positive/negative/neutral)
- `get_dns_records` — Get DNS records for a domain
- `get_ssl_check` — Check SSL certificate validity and details for a domain

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get apix420/apix420mcp1 <tool-name>
```
