NEXUS Intelligence API
vlatest
io.smithery.rileycraig14.nexus-intelligence
58-endpoint utility hub - DNS lookup, web scraping, CVE scanning, AI translation, PII detection, domain health audit, company intelligence. Pay per call via x402 on Base.
“Knowledge Base” 共 107 个结果
vlatest
io.smithery.rileycraig14.nexus-intelligence
58-endpoint utility hub - DNS lookup, web scraping, CVE scanning, AI translation, PII detection, domain health audit, company intelligence. Pay per call via x402 on Base.
vlatest
io.smithery.axel-belfort.defi-yields
DeFi yield aggregator API for AI agents. Find the best lending, staking, and LP yields across 100+ protocols (Aave, Compound, Morpho, Lido, Yearn, Curve, Convex). Powered by DeFiLlama with TVL, risk scoring, and historical APY. Tools: defi_find_best_yields. Use this when looking for yield opportunities, comparing protocols, or building DeFi portfolio strategies. IMPORTANT: For swap quotes, use dex_get_swap_quote. For gas costs, use gas_get_current_price. Returns yields sorted by APY with TVL and risk. No API key required — x402 micropayment $0.002/call on Base L2.
vlatest
io.smithery.axel-belfort.hash-generator
Cryptographic hash generation API for AI agents. Generate MD5, SHA1, SHA256, SHA512, and bcrypt hashes instantly. Returns hash string, algorithm name, and output length. Tools: crypto_generate_hash. Use this for password hashing, data integrity verification, file checksums, or content deduplication. Essential utility for any security-aware agent. Returns: {hash, algorithm, length}. No API key required — x402 micropayment $0.001/call on Base L2.
vlatest
io.smithery.axel-belfort.timezone-converter
Timezone conversion API for AI agents. Convert datetime between any IANA timezone with DST awareness: UTC offset, local time, ISO 8601 format. Essential for scheduling across time zones. Tools: utility_convert_timezone. Use this for meeting scheduling, event coordination, or displaying local times. Handles DST transitions automatically. Returns: {converted, utcOffset, isDST, timezone}. No API key required — x402 micropayment $0.001/call on Base L2.
vlatest
io.smithery.axel-belfort.ens-resolver
ENS name resolution API for AI agents. Resolve ENS names (vitalik.eth) to Ethereum addresses and reverse-resolve addresses to ENS names. Includes avatar URLs and text records. Tools: crypto_resolve_ens. Use this for displaying human-readable names, identity verification, or building wallet UIs. The identity layer every crypto agent needs. IMPORTANT: For wallet balance lookup, use wallet_get_portfolio instead. Returns: {address, name, avatar, records}. No API key required — x402 micropayment $0.002/call on Base L2.
vlatest
io.smithery.axel-belfort.markdown-renderer
Markdown rendering API for AI agents. Convert Markdown to fully styled HTML with CSS themes: light, dark, and GitHub styles. Ready-to-embed HTML documents with responsive typography. Tools: text_render_markdown. Use this for generating presentable HTML from Markdown: reports, documentation, blog posts. IMPORTANT: For basic Markdown→HTML without styling, use text_convert_markdown_to_html (cheaper). Returns: {html, theme, wordCount}. No API key required — x402 micropayment $0.002/call on Base L2.
vlatest
io.smithery.axel-belfort.jwt-decoder
JWT token decoder API for AI agents. Decode and inspect JSON Web Tokens without verification: extract header (algorithm, type), payload (claims, issuer, audience), expiry timestamp, and signature info. Tools: security_decode_jwt. Use this for debugging authentication flows, inspecting token claims, or verifying token structure. IMPORTANT: This decodes without verifying — for security validation, verify signatures server-side. Returns: {header, payload, claims, expiresAt, algorithm}. No API key required — x402 micropayment $0.001/call on Base L2.
vlatest
io.smithery.daniel-abbay.compuute-scan-api
Static security scanner for MCP servers. POST a public GitHub URL, get severity counts, a score, and the top findings with file+line back. 37 rules across TypeScript, JavaScript, Python, Go, Rust, C#, Java, and Kotlin — every language with an official MCP SDK. Detects argument injection for npx/uvx/pipx/pnpx runner binaries (CWE-88), known CVEs in 40+ top packages, and the usual L0 discovery (transport, tool inventory, dependency pinning). This is a pattern detector, not an exploitability oracle. Around 90% raw false-positive rate on unfiltered output — triage is on you, and the response says so explicitly. POST /v1/scan is free with no API key. POST /v1/scan/pay charges $0.10 USDC per scan via x402 on Base. Manual L2-L4 audits at compuute.se/audit when you need dataflow review. Wraps compuute-scan (MIT, zero deps). Per-rule false-positive rates and the methodology paper live in the repo.
vlatest
io.smithery.axel-belfort.keyword-research
SEO keyword research API for AI agents. Generate keyword ideas from Google Suggest with search intent classification (informational/transactional/navigational), long-tail variations, related queries, and content planning data. Tools: seo_research_keywords. Use this for content strategy, blog post planning, PPC keyword discovery, or competitive keyword analysis. IMPORTANT: For on-page SEO audit, use seo_audit_page instead. Returns: {keywords[], intent, volume, relatedQueries[]}. No API key required — x402 micropayment $0.01/call on Base L2.
vlatest
io.smithery.axel-belfort.vector-search
In-memory vector search API for AI agents. Store documents and query by semantic meaning using TF-IDF vectorization with cosine similarity. Lightweight alternative to Pinecone/Weaviate for small datasets. Tools: data_vector_search. Use this for building simple RAG systems, document matching, or semantic search over small collections (< 10K docs). IMPORTANT: For web-wide search, use web_search_query instead. Returns: {results[], scores[], matchCount}. No API key required — x402 micropayment $0.005/call on Base L2.
vlatest
io.smithery.axel-belfort.color-palette
Color palette generation API for AI agents. Generate harmonious palettes from any hex color: complementary, analogous, triadic, split-complementary, and tetradic schemes. Returns hex, RGB, HSL, and CSS custom properties. Tools: design_generate_color_palette. Use this for UI design, brand color exploration, or generating themed color systems. Returns multiple format options ready for code. Returns: {palette[], scheme, hex, rgb, hsl, css}. No API key required — x402 micropayment $0.001/call on Base L2.
vlatest
io.smithery.axel-belfort.text-classifier
Text classification API for AI agents. Classify text into topic categories with confidence scores, readability metrics (Flesch-Kincaid), and content type detection (article, review, email, code, etc.). Tools: text_classify_content. Use this for content routing, auto-tagging, spam detection, or organizing unstructured text. IMPORTANT: For sentiment analysis, use text_analyze_sentiment instead. Returns: {categories[], readability, contentType, confidence}. No API key required — x402 micropayment $0.005/call on Base L2.
vlatest
io.smithery.axel-belfort.web-scraper
Web content extraction API for AI agents. Scrape any URL and get clean, structured Markdown content with navigation, ads, and scripts stripped. Full JavaScript rendering via headless Chromium. Single and batch (10 URLs) modes. Built for RAG pipelines and AI research. Tools: web_scrape_to_markdown (single), web_scrape_batch (up to 10 URLs). Use this for RAG ingestion, research, content analysis, data extraction, or competitive intelligence. IMPORTANT: For screenshots/PDFs of pages, use capture_screenshot instead. For SEO analysis, use seo_audit_page. Returns: {markdown, title, wordCount, links[]}. No API key required — x402 micropayment $0.005/call on Base L2.
vlatest
io.smithery.trip1.trip1
[Trip1](https://trip1.com) lets you search and book hotels with crypto. 3M+ properties in 190+ countries, payable in 50+ cryptocurrencies. **Tools** - `search_hotels` - find available hotels by destination and dates - `get_hotel_details` - rooms and rates for a specific hotel - `purchase_hotel` - book a room with guest details and payment - `get_order_details` - check the state of an existing order **Payment** Default is USDC on Base via [x402](https://www.x402.org) - no account or KYC required, the agent pays directly from a wallet. CoinGate checkout is also supported for 50+ other cryptocurrencies (BTC, ETH, LTC, SOL, XRP, etc.).
vlatest
io.smithery.axel-belfort.text-translator
Text translation API for AI agents. Translate between 50+ languages with automatic source language detection. Fast, accurate translations for content localization, multilingual support, and cross-language communication. Tools: text_translate. Use this for translating user messages, localizing content, or building multilingual agents. IMPORTANT: For language detection only (without translation), use text_detect_language instead. Returns: {translated, from, to, confidence}. No API key required — x402 micropayment $0.005/call on Base L2.
vlatest
io.smithery.axel-belfort.csv-to-json
CSV parsing API for AI agents. Convert CSV data to JSON array with auto-detection of delimiter (comma, semicolon, tab, pipe). Header row support, type inference, and clean structured output. Tools: data_parse_csv_to_json. Use this for data import, ETL pipelines, spreadsheet processing, or converting tabular data for API consumption. Returns: {data[], headers[], rowCount, delimiter}. No API key required — x402 micropayment $0.001/call on Base L2.
vlatest
io.smithery.axel-belfort.ocr-extract
OCR (Optical Character Recognition) API for AI agents. Extract text from images via URL or base64 input. Confidence scoring, language detection, and multi-language support (English, French, German, Spanish, Chinese, Japanese, and more). Tools: media_extract_text_from_image. Use this for reading documents, receipts, screenshots, or any image with text. Essential for document processing pipelines. Returns: {text, confidence, language}. No API key required — x402 micropayment $0.005/call on Base L2.
vlatest
io.smithery.axel-belfort.airdrop-checker
Crypto airdrop eligibility API for AI agents. Check any wallet's eligibility for active airdrops: token name, estimated value, deadline, claim URL, and status. Aggregated from Etherscan and on-chain data. Tools: crypto_check_airdrops. Use this to monitor airdrop eligibility for wallets you manage, alert users about unclaimed airdrops, or track upcoming distributions. Essential for DeFi portfolio optimization. Returns: {airdrops[], totalValue, deadlines[]}. No API key required — x402 micropayment $0.005/call on Base L2.
vlatest
io.smithery.axel-belfort.person-enrichment
Person enrichment API for AI agents. Enrich any email address into a full professional profile: full name, job title, company, LinkedIn URL, GitHub profile, Twitter handle, avatar URL, location, and bio. Tools: person_enrich_from_email. Use this when researching leads, personalizing outreach, building contact databases, or enriching CRM records. Essential for any sales or recruiting pipeline. IMPORTANT: Verify the email first with email_verify_address before enriching. Returns structured JSON with name, title, company, social links, avatar. No API key required — x402 micropayment $0.01/call on Base L2. Alternative to Apollo.io person lookup.
vlatest
io.smithery.axel-belfort.email-send
Email sending API for AI agents. Send transactional emails programmatically — text or HTML body, custom subject, from address, delivery status confirmation and message ID. Powered by Resend. Tools: email_send_message. Use this when your agent needs to send notifications, reports, alerts, or outreach emails. IMPORTANT: Verify recipient with email_verify_address BEFORE sending to avoid bounces. Returns: {id, status, from, to, subject}. No API key required — x402 micropayment $0.003/call on Base L2.
vlatest
io.smithery.axel-belfort.webhook-tester
Webhook testing API for AI agents. Send POST/PUT/PATCH/DELETE requests to any endpoint with custom headers and JSON payloads. Measure response latency, TLS handshake time, and status codes. Tools: api_test_webhook. Use this for API integration testing, webhook debugging, endpoint monitoring, or health checks. Returns detailed timing breakdown. Returns: {status, latency, tlsTime, body}. No API key required — x402 micropayment $0.002/call on Base L2.
vlatest
io.smithery.umg-gpt.moltpe
AI-native payment infrastructure that gives AI agents isolated wallets with programmable spending policies for autonomous USDC stablecoin transactions. **11 MCP tools** for Claude Desktop, Cursor, and Windsurf: - check_balance, send_payment, list_transactions, agent_info - create_invoice, pay_invoice, check_invoice_status, list_invoices - call_x402_endpoint, call_mpp_endpoint, plus more **Tri-rail support:** x402 (HTTP-native micropayments), MPP (session-based streaming), and traditional fiat. Multi-chain USDC on Polygon PoS, Base, and Tempo with sub-second settlement. **Non-custodial wallets** with Shamir key splitting — your keys, never ours. **Programmable spending policies** (daily caps, per-transaction caps, recipient allowlists, cooldowns) enforced at the infrastructure level. Your agent literally cannot overspend regardless of prompt injection or buggy retry loops. **Free tier** — no credit card, no KYC, no geographic gating. - Site: https://moltpe.com - Open source reference: https://github.com/
vlatest
io.smithery.axel-belfort.word-counter
Text metrics analyzer API for AI agents. Count words, characters (with/without spaces), sentences, paragraphs, and estimate reading time in a single call. Tools: text_count_words. Use this for content length validation, SEO checks, or enforcing word limits. Returns all text metrics at once. Returns: {words, characters, sentences, paragraphs, readingTime}. No API key required — x402 micropayment $0.001/call on Base L2.
vlatest
io.smithery.colinhughes2005.gocreative
**Pay-per-call intelligence for AI agents — no API key, no signup.** A 17-model frontier **LLM gateway** (GPT-5, Claude 4.5 Sonnet, Claude Opus 4.6, Gemini 3 Pro, DeepSeek V3.1, and more) plus **350+ data, compliance & enrichment tools** — sanctions/KYB screening, SEC filings, crypto markets, company & domain intelligence, and lead research. Agents pay **per call in USDC on Base** via the x402 protocol. No accounts. No keys. No subscriptions. **Highlights** - 🧠 LLM gateway: `ai/ask` ($0.02) · `ai/pro` ($0.08) · `ai/ultra` ($0.25) — pick any model, pay USDC - 🛡️ KYB-360 — sanctions + PEP + risk + registry + firmographics in one call - 🔎 Sanctions screening: OFAC / EU / UK / UN + 100+ lists - 📈 SEC financials, crypto market data, company & domain intel - 💸 357 tools, all pay-per-call USDC on Base Live API: https://api.gocreativeai.com · Free model catalog: https://api.gocreativeai.com/v1/ai/models