{"name":"SearchX402","version":"1.0.0","description":"x402 protocol discovery platform - Access financial intelligence, AI tools, and content services via pay-per-use API endpoints","tools":[{"name":"sec_intelligence_signals","description":"Get insider trading signals from SEC Form 4 filings. Returns list of recent insider transactions with analysis. Cost: $0.05 per request. Endpoint: https://sec-intelligence.auramediastudios.workers.dev/api/signals","inputSchema":{"type":"object","properties":{"limit":{"type":"number","description":"Maximum number of signals to return (default: 10, max: 100)"},"min_score":{"type":"number","description":"Minimum signal score to filter by (0-100)"}},"required":[]}},{"name":"sec_intelligence_alerts","description":"Get high-score insider trading alerts (score >= 70). Returns filtered list of significant insider transactions. Cost: $0.05 per request. Endpoint: https://sec-intelligence.auramediastudios.workers.dev/api/signals/alerts","inputSchema":{"type":"object","properties":{"limit":{"type":"number","description":"Maximum number of alerts to return (default: 10, max: 100)"}},"required":[]}},{"name":"sec_intelligence_ticker","description":"Get insider trading signals for a specific stock ticker. Returns transaction history and analysis for the specified company. Cost: $0.02 per request. Endpoint: https://sec-intelligence.auramediastudios.workers.dev/api/signals/ticker/{ticker}","inputSchema":{"type":"object","properties":{"ticker":{"type":"string","description":"Stock ticker symbol (e.g., AAPL, TSLA, MSFT)"}},"required":["ticker"]}},{"name":"searchx402_list_services","description":"List x402 services from the searchx402 registry. Returns the agentic.market-compatible envelope { services, total, limit, offset } with each ServiceObject including id, name, description, domain, provider, category, networks, endpoints[{url, method, pricing}], integrationType, plus searchx402 extensions (quality, agent_friendliness, verified, featured). Backed by GET https://searchx402.com/v1/services.","inputSchema":{"type":"object","properties":{"category":{"type":"string","description":"Filter by category (e.g., Inference, SEO, Data, Finance, Travel)"},"network":{"type":"string","description":"Filter by settlement network (e.g., base, solana)"},"limit":{"type":"number","description":"Max results (default: 50, max: 200)"},"offset":{"type":"number","description":"Pagination offset (default: 0)"}},"required":[]}},{"name":"searchx402_search_services","description":"Full-text search across the searchx402 x402 service registry (FTS5 over name/description/category/tags). Returns the same { services, total, limit, offset } envelope as searchx402_list_services. Backed by GET https://searchx402.com/v1/services/search?q=.","inputSchema":{"type":"object","properties":{"q":{"type":"string","description":"Search query — matches name, description, category, tags"},"category":{"type":"string","description":"Optional category filter applied on top of q"},"network":{"type":"string","description":"Optional network filter (base, solana, ...)"},"verified":{"type":"boolean","description":"If true, return only verified services"},"limit":{"type":"number","description":"Max results (default: 50, max: 200)"}},"required":["q"]}},{"name":"searchx402_get_service","description":"Fetch a single x402 service by id. Returns the ServiceObject plus recent_uptime_checks[] (last 10) and similar_services[] (top 3 by category). Backed by GET https://searchx402.com/v1/services/:id. Returns 404 { error, id } if the service is not in the registry.","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Service id (e.g., \"docs-anthropic-com\", \"x402scan\"). Obtain from searchx402_list_services or searchx402_search_services results."}},"required":["id"]}},{"name":"ai_sentiment_analysis","description":"Analyze sentiment of text content. Returns sentiment classification (positive/negative/neutral) with confidence score. Cost: $0.02 per request. Endpoint: https://ai-chatbot.auramediastudios.workers.dev/api/x402/sentiment","inputSchema":{"type":"object","properties":{"text":{"type":"string","description":"Text content to analyze for sentiment"}},"required":["text"]}},{"name":"ai_text_summarize","description":"Summarize long-form text content. Returns concise summary of key points. Cost: $0.03 per request. Endpoint: https://ai-chatbot.auramediastudios.workers.dev/api/x402/summarize","inputSchema":{"type":"object","properties":{"text":{"type":"string","description":"Text content to summarize"},"max_length":{"type":"number","description":"Maximum length of summary in words (optional)"}},"required":["text"]}},{"name":"ai_text_translate","description":"Translate text to target language. Supports 100+ languages. Cost: $0.02 per request. Endpoint: https://ai-chatbot.auramediastudios.workers.dev/api/x402/translate","inputSchema":{"type":"object","properties":{"text":{"type":"string","description":"Text to translate"},"target_language":{"type":"string","description":"Target language code (e.g., es, fr, de, ja, zh)"},"source_language":{"type":"string","description":"Source language code (optional, auto-detected if not provided)"}},"required":["text","target_language"]}},{"name":"ai_seo_analyze","description":"Analyze webpage or content for SEO optimization. Returns SEO score, keyword analysis, and improvement suggestions. Cost: $0.05 per request. Endpoint: https://ai-chatbot.auramediastudios.workers.dev/api/x402/seo-analyze","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"URL of webpage to analyze (provide url OR content, not both)"},"content":{"type":"string","description":"HTML or text content to analyze (provide url OR content, not both)"},"target_keyword":{"type":"string","description":"Primary keyword to optimize for (optional)"}},"required":[]}},{"name":"ai_content_generate","description":"Generate marketing content (blog posts, social media, ad copy, etc.). Returns AI-generated content based on prompt and parameters. Cost: $0.10 per request. Endpoint: https://ai-chatbot.auramediastudios.workers.dev/api/x402/content-generate","inputSchema":{"type":"object","properties":{"prompt":{"type":"string","description":"Description of content to generate"},"content_type":{"type":"string","description":"Type of content (blog_post, social_media, ad_copy, email, etc.)"},"tone":{"type":"string","description":"Desired tone (professional, casual, friendly, persuasive, etc.)"},"max_length":{"type":"number","description":"Maximum length in words (optional)"}},"required":["prompt"]}},{"name":"ai_lead_enrich","description":"Enrich lead data with additional business intelligence. Validates email, finds company info, social profiles, and more. Cost: $0.15 per request. Endpoint: https://ai-chatbot.auramediastudios.workers.dev/api/x402/enrich-lead","inputSchema":{"type":"object","properties":{"email":{"type":"string","description":"Email address to enrich (provide email OR domain)"},"domain":{"type":"string","description":"Company domain to enrich (provide email OR domain)"},"name":{"type":"string","description":"Contact name (optional, improves accuracy)"}},"required":[]}}]}