RoxyAPI

Menu

Frequently Asked Questions

Everything you need to know about our unified API platform, MCP integration for AI agents, and building with MCP tools

Pricing & Billing

How does RoxyAPI billing work - monthly plans, yearly plans, or pay-per-request pricing?

RoxyAPI offers simple subscription-based billing with monthly and yearly plans in 2026. Annual subscriptions save about 20% compared to monthly billing. All plans include access to every API endpoint with no per-endpoint charges, instant API key delivery, comprehensive documentation, MCP integration, and email support. We do not use complex pay-per-request pricing like some competitors - predictable monthly costs help developers & businesses budget effectively. Request quotas reset on the 1st of each calendar month (UTC timezone). Upgrade or downgrade anytime with instant activation and pro-rated billing adjustments.

What happens if I exceed my monthly API request limits - overage charges or service suspension?

When you reach your monthly request limit, RoxyAPI returns HTTP 429 (Too Many Requests) responses until your quota resets or you upgrade plans - we never charge surprise overage fees in 2026. Unlike some competitors with unexpected overage charges, RoxyAPI provides clear limit enforcement and transparent upgrade paths. Monitor usage in real-time via the /usage api OR the "X-RateLimit-Limit, X-RateLimit-Used and X-RateLimit-Remaining" headers in each api response. Upgrade plans instantly (within seconds) to increase limits immediately without waiting for approval or next billing cycle. For temporary traffic spikes, our Business plan provides headroom for growth, or visit our contact page for custom enterprise quotas. This fair, predictable billing protects developers from unexpected costs while ensuring continuous service for users within purchased limits.

Can I upgrade or downgrade my RoxyAPI subscription plan anytime, or am I locked into annual contracts?

RoxyAPI offers flexible subscription management with instant plan changes in 2026 - no annual contracts or lock-in periods. Upgrade from Starter to Pro or Business anytime with immediate limit increases and pro-rated billing (credit unused portion of current plan toward upgrade cost). Downgrade from higher tiers with changes taking effect at next billing cycle to avoid losing prepaid access. Annual subscriptions can be modified mid-term with pro-rated adjustments. Cancel subscriptions anytime with continued access through current billing period (no refunds for unused time, similar to streaming service policies). This flexibility supports developers from early prototyping (Starter) through scaling to production (Business) without financial penalties or bureaucratic approval processes. Start small, grow fast.

Does RoxyAPI offer free trials or developer sandbox environments for testing before purchasing?

RoxyAPI provides comprehensive testing without requiring payment in 2026. Our Scalar interactive documentation at /api/docs enables testing all endpoints with sample data and viewing formatted responses. Explore birth chart generation, tarot readings, and numerology calculations with example parameters to understand response structures. For production-level testing with custom parameters (specific birth dates/times/locations, personalized names for numerology), subscribe to our Starter plan ($19/month, cancel anytime) which provides generous 5,000 monthly requests - sufficient for thorough integration testing and initial prototype development. Unlike free tier APIs with severe limitations, RoxyAPI's affordable Starter plan ensures realistic production testing with same infrastructure, response times, and data quality as higher tiers.

What payment methods does RoxyAPI accept for subscriptions in 2026?

Pay your way. We accept all major credit and debit cards (Visa, Mastercard, American Express) processed securely through PayPal for USD and Razorpay for INR. Digital wallets like Apple Pay and Google Pay work seamlessly. For annual subscriptions, cryptocurrency payments are available. Contact us to pay with crypto. All transactions use industry-standard encryption. Your payment information is never stored on our servers.

Can I get invoices and receipts for RoxyAPI subscriptions for business accounting and tax purposes?

Yes! RoxyAPI automatically generates detailed invoices and receipts for every payment in 2026. Access invoices through your account dashboard with downloadable PDFs containing billing date, plan details, payment amount, tax information (where applicable), and business identification numbers. Invoices include complete itemization (subscription tier, billing period, quantity of requests, applicable discounts) compliant with tax regulations in US, EU, and India. For businesses requiring purchase orders, W-9 forms, or specific invoice formatting, visit our contact page. Enterprise customers can receive NET 30 invoice billing with customized terms. All invoice data is also available via API endpoint for automated accounting system integration (QuickBooks, Xero, SAP). We maintain 7-year invoice history for audit compliance.

Does RoxyAPI offer educational discounts for students or non-profit pricing for charitable organizations?

Yes! RoxyAPI provides 50% educational discounts for verified students and educators in 2026. Students building astrology thesis projects, tarot research applications, or numerology academic studies can access Pro plan features ($49/month) for $24.50/month with valid .edu email verification through GitHub Student Developer Pack or similar programs. Non-profit organizations (501c3 verified) developing spiritual wellness tools, therapy chatbots for underserved communities, or free public astrology services receive 30% discounts on Business plan ($149/month) for $104.30/month. Open-source project maintainers building publicly available astrology/tarot/numerology tools on GitHub can apply for free Business tier access. Visit our contact page with verification documentation for discount approval within 48 hours.

What enterprise pricing options does RoxyAPI offer for large-scale applications with millions of requests?

RoxyAPI offers custom enterprise plans for applications requiring 1M+ monthly requests in 2026. Enterprise pricing includes volume discounts (typically 40-60% savings vs Business plan per-request costs), dedicated infrastructure with guaranteed SLA (99.99% uptime), priority support with Slack/Discord channels, custom feature development, white-label API options, and flexible billing (NET 30/60 terms, annual prepay discounts). Typical enterprise customers include astrology apps with 100K+ users, therapy platforms with integrated spiritual features, and AI agent platforms using RoxyAPI across multiple products. Pricing starts at $1,000/month for 1M requests with tiered volume pricing. Visit our contact page for custom quotes with technical architecture review, migration support, and dedicated account management.

Technical

What programming languages and frameworks does RoxyAPI support for integration?

RoxyAPI is a RESTful HTTP API compatible with all programming languages and frameworks in 2026. Official code examples and SDKs provided for JavaScript/TypeScript (Node.js, React, Vue, Angular, Svelte), Python (FastAPI, Django, Flask), Ruby (Rails), PHP (Laravel), Java (Spring Boot), Go, Swift (iOS), Kotlin (Android), and C#/.NET. Our comprehensive documentation includes curl examples, Postman collections, and OpenAPI specifications for automatic client generation. For MCP integration, use official TypeScript SDK (@modelcontextprotocol/sdk) with any language supporting HTTP/SSE communication. Community-contributed SDKs available for Rust, Dart/Flutter, and Elixir. All endpoints follow standard REST principles with JSON request/response bodies - if your language can make HTTP requests, it can use RoxyAPI.

Does RoxyAPI provide comprehensive documentation, API reference, and code examples for developers?

Yes! RoxyAPI offers extensive developer resources in 2026. Our Scalar interactive documentation at /api/docs provides complete API reference with request/response examples, parameter descriptions, authentication details, and live testing interface. The /llms.txt and /llms-full.txt endpoints deliver AI-friendly documentation for Cursor, Windsurf, and GitHub Copilot. Documentation includes quickstart guides (5-minute integration tutorial), authentication flows (API key setup), endpoint references (all astrology/tarot/numerology APIs), response schema specifications (TypeScript types), error handling best practices, rate limiting guidelines, and migration guides. Code examples provided in 10+ languages with complete runnable projects on GitHub. Video tutorials cover common use cases (birth chart generators, tarot reading apps, AI chatbot integration). Support channels include documentation comments, GitHub Discussions, and contact page.

How do I authenticate API requests with RoxyAPI - API keys, OAuth, or JWT tokens?

RoxyAPI uses simple API key authentication for all requests in 2026. After subscribing, your unique API key is generated instantly and displayed on the success page and dashboard. Include it in requests via X-API-Key header: `X-API-Key: your_api_key_here` or as query parameter: `?api_key=your_api_key_here` (useful for testing). API keys are cryptographically secure HMAC-signed strings for fast verification. No OAuth flows, no JWT token refresh complexity, no session management - just straightforward API key authentication. Keys never expire unless regenerated manually for security. For MCP integration, configure API key once in client settings - MCP handles authentication automatically. Store keys securely in environment variables (never commit to version control).

What are RoxyAPI rate limits and how do I handle HTTP 429 Too Many Requests responses?

RoxyAPI enforces monthly request quotas based on subscription plan: Starter (5,000/month), Pro (25,000/month), Business (100,000/month) in 2026. When exceeding limits, endpoints return HTTP 429 with error message explaining quota exhaustion and reset date. Implement exponential backoff retry logic: wait 60 seconds, then retry - if still 429, wait 5 minutes. Check response headers for usage insights: X-RateLimit-Limit (total monthly quota), X-RateLimit-Remaining (requests left), X-RateLimit-Used (consumed count), X-RateLimit-Reset (next reset timestamp UTC). Monitor dashboard analytics for approaching limits. Best practices: cache common requests (daily horoscopes, zodiac interpretations), implement request pooling for batch operations, upgrade proactively before hitting limits. Enterprise plans offer custom rate limits with burst allowances for traffic spikes.

Can I use RoxyAPI in serverless environments like AWS Lambda, Vercel, or Cloudflare Workers?

Absolutely! RoxyAPI is optimized for serverless and edge computing environments in 2026. Our APIs work seamlessly with AWS Lambda (Node.js, Python runtimes), Vercel serverless functions, Cloudflare Workers, Netlify Functions, Google Cloud Functions, and Azure Functions. Sub-100ms response times ensure requests complete within typical serverless timeout limits. Use HTTP client libraries (axios, node-fetch, ky) in function code with API key from environment variables. For edge deployments (Cloudflare Workers at 250+ locations), RoxyAPI's global CDN reduces latency to <50ms worldwide. Serverless architecture advantages: pay-per-invocation cost optimization (no idle server costs), automatic scaling for traffic spikes, zero infrastructure management. Example: Vercel Next.js app with API routes calling RoxyAPI for dynamic horoscope generation with edge caching.

Does RoxyAPI support CORS for browser-based JavaScript applications and single-page apps?

Yes! RoxyAPI supports Cross-Origin Resource Sharing (CORS) for all browser-based requests in 2026. Our servers return appropriate CORS headers (Access-Control-Allow-Origin: *, Access-Control-Allow-Methods: GET/POST/PUT/DELETE, Access-Control-Allow-Headers: X-API-Key/Content-Type) enabling direct API calls from React, Vue, Angular, Svelte, and vanilla JavaScript running in browsers. No proxy server or backend required for simple applications. However, for security best practices in production, we recommend proxying API calls through your backend to avoid exposing API keys in browser source code. Browser-based apps work great for demos, prototypes, and internal tools. For public production apps with user authentication, implement server-side proxy endpoint that adds API key server-side before forwarding to RoxyAPI.

How do I migrate from other astrology/tarot/numerology APIs to RoxyAPI?

RoxyAPI provides comprehensive migration support for developers switching from Zodii, Divine API, AstroAPI, or other providers in 2026. Our migration guide includes: endpoint mapping (equivalent RoxyAPI endpoints for common operations), response schema comparison (field name differences and data structure changes), authentication conversion (replacing old API keys), code examples for common migration scenarios (birth chart calculation, tarot reading, horoscope generation), and backwards compatibility wrappers (adapter functions matching old API interfaces). Most migrations complete in 2-4 hours. For complex integrations, visit our contact page where our engineers review your existing code and provide custom migration script. We offer temporary dual-API support during transition periods. Migration testing checklist ensures functionality equivalence before decommissioning old API.

How do I get latitude and longitude coordinates for birth locations in my astrology app?

RoxyAPI requires geographic coordinates (latitude/longitude) for astrology calculations, but we intentionally don't provide geocoding services - keeping our platform lean and focused on data APIs in 2026. Use free geocoding solutions: 1) Nominatim (OpenStreetMap) - free, no API key needed for city search (https://nominatim.openstreetmap.org/search?q=London&format=json); 2) Browser Geolocation API - built into all browsers for current location (navigator.geolocation.getCurrentPosition()); 3) IP Geolocation - free tier services like ipapi.co or ipgeolocation.io for automatic location detection; 4) Mapbox Geocoding - 100,000 free requests/month for production apps. For typical implementations: use Nominatim for city search dropdowns, browser API for "use my location" buttons, and IP geolocation for default location. These solutions are more flexible, better maintained, and free compared to adding geocoding to RoxyAPI which would increase costs and complexity.

Use Cases

What types of applications can I build using RoxyAPI in 2026?

RoxyAPI enables building diverse spiritual and wellness applications in 2026: 1) Astrology apps (birth chart generators, daily horoscope platforms, compatibility checkers, transit notification services); 2) Dating apps (astrology-based matching like Struck/Pattern, compatibility analysis, relationship insights); 3) AI chatbots (Claude/OpenAI/Gemini powered astrology advisors, tarot reading bots, numerology coaches); 4) Therapy platforms (spiritual counseling tools, AI therapy assistants with astrological insights); 5) Meditation apps (guided sessions based on astrological timing, personalized practices); 6) Life coaching tools (career guidance using numerology, decision support via tarot); 7) E-commerce personalization (product recommendations based on zodiac signs); 8) Content generation (automated horoscope newsletters, social media astrology posts); 9) Gaming (astrology-themed games, personality-based character systems). Ideal for startups, indie developers, and enterprise spiritual wellness platforms.

Can I build a commercial astrology or tarot reading business using RoxyAPI and sell subscriptions to end users?

Absolutely! RoxyAPI licenses permit commercial use and reselling of astrology/tarot/numerology services to end users in 2026. Build profitable businesses like: 1) Premium horoscope subscription services ($5-20/month per user); 2) One-time tarot reading purchases ($10-50 per reading); 3) Relationship compatibility reports for dating apps ($15-30 per analysis); 4) Birth chart generation services with PDF reports ($30-100 per chart); 5) AI chatbot subscriptions with spiritual guidance ($10-40/month). RoxyAPI pricing scales with your revenue - start with Starter plan for initial users, upgrade as subscriber base grows. Average unit economics: charge $20/month to end users, costs $0.02-0.10 per user in RoxyAPI fees (excellent margins). Thousands of developers monetize spiritual services using our APIs. White-label options available for enterprise customers wanting complete brand control.

How do I build an AI astrology chatbot or AI tarot reader using RoxyAPI and OpenAI/Claude?

Building AI spiritual chatbots with RoxyAPI takes 4 steps in 2026: 1) Subscribe to RoxyAPI and get API key; 2) Configure MCP client (Claude Desktop/OpenAI/Cursor) with RoxyAPI MCP server URL and API key; 3) Create AI agent prompt template: "You are an expert astrologer/tarot reader. When users ask questions, use RoxyAPI tools to generate birth charts, draw tarot cards, or calculate numerology. Provide interpretations in conversational, empathetic tone"; 4) Deploy chatbot interface (Telegram/WhatsApp/website widget) connected to AI agent. The AI automatically calls appropriate RoxyAPI endpoints based on user questions. Advanced features: memory for recurring users (remember birth details), follow-up questions (deeper analysis), multi-turn conversations (holistic guidance combining astrology+tarot+numerology). Example use cases: "What career path suits my life path number 7?" triggers numerology API → AI interprets results with career advice.

Can I use RoxyAPI to create personalized astrology content for social media, blogs, or marketing automation?

Yes! RoxyAPI is perfect for automated content generation in 2026. Create: 1) Daily zodiac Instagram posts (query horoscope API, generate graphics with Canva API, post via Instagram Graph API); 2) Personalized email newsletters (calculate transits for subscriber birth charts, send via SendGrid/Mailchimp); 3) Blog content (weekly horoscope articles, monthly astrology forecasts); 4) Social media bots (Twitter/TikTok astrology accounts with automated daily posts); 5) Marketing personalization (segment email lists by zodiac sign, customize landing pages based on visitor birthdate). Combine RoxyAPI with AI writing tools (ChatGPT API) for unique content variations. Example workflow: fetch daily horoscope → GPT-4 rewrites in brand voice → schedule social posts. Perfect for astrology influencers, spiritual coaches, wellness brands, and content marketers scaling personalized engagement.

Can I integrate RoxyAPI into existing therapy platforms, wellness apps, or mental health chatbots?

Absolutely! RoxyAPI seamlessly integrates into existing wellness ecosystems in 2026. Therapy platforms can add spiritual dimensions: when clients discuss relationship issues, AI therapist queries RoxyAPI compatibility analysis for additional insights; during career counseling, numerology life path calculation informs guidance. Mental health chatbots (Woebot, Wysa) enhance conversations with personalized astrology - mood tracking correlates with lunar cycles, coping strategies align with planetary transits. Meditation apps (Calm, Headspace) offer zodiac-specific guided sessions, astrological timing recommendations for practices. Corporate wellness programs integrate daily horoscope delivery, team compatibility reports, stress management based on astrological cycles. Example: "I'm feeling anxious today" → chatbot checks today's planetary transits → provides context: "Mercury retrograde may affect communication, practice grounding techniques" + generates personalized tarot guidance card.

Platform Overview

What is RoxyAPI and how is it different from other API platforms in 2026?

RoxyAPI is the first unified API platform in 2026 with native Model Context Protocol (MCP) integration for building AI-powered applications and autonomous AI agents. Unlike competitors who charge separately for each API product, RoxyAPI offers one subscription for access to all API products with instant API key delivery and hundreds of REST endpoints plus MCP tools. Our zero-config MCP integration enables seamless connections with OpenAI Agents, Claude Desktop, Gemini Agents, Cursor, Windsurf, and any MCP-compatible AI application - a capability no other unified API platform offers in 2026.

Why should I choose RoxyAPI over competitors for building AI-powered applications?

RoxyAPI is the only API platform that combines unified subscription pricing, instant activation, and native MCP support for AI agents. While competitors charge separately for each API product with complex per-product pricing, RoxyAPI provides transparent single-subscription access to all API products with hundreds of endpoints and MCP tools. Our groundbreaking MCP integration allows developers to build AI-powered chatbots and autonomous applications with OpenAI, Claude, or Gemini in under 2 minutes - impossible with traditional API platforms. We are production-ready with 5000+ developers, 99.9% uptime, and enterprise-grade security.

What makes RoxyAPI the first MCP-native API platform for AI agents and developers?

RoxyAPI pioneered Model Context Protocol (MCP) integration for unified API platforms in 2026, enabling AI agents and autonomous applications to automatically discover and use our APIs without manual configuration. This zero-config approach means developers building AI chatbots with OpenAI Agents, autonomous agents with Gemini, or applications with Claude Desktop can integrate in under 2 minutes. No other unified API platform offers native MCP support with hundreds of REST endpoints and MCP tools - making RoxyAPI the only AI-native API platform for developers building intelligent applications in 2026.

Can I really access all API products with just one subscription and one API key?

Yes! RoxyAPI's unified API platform model means one subscription gives you access to all API products with hundreds of REST endpoints and native MCP tools. You receive one API key instantly after payment that works across all endpoints. Unlike competitors who charge per product separately, RoxyAPI provides transparent monthly and yearly plans with clear request limits and no hidden fees. This unified approach saves developers time, money, and complexity when building multi-feature applications with AI agents in 2026.

How fast can I start making API requests after subscribing to RoxyAPI?

Instantly! RoxyAPI provides the fastest activation in the industry - your API key is generated and displayed immediately after payment completion, typically within seconds. Unlike competitors with manual approval processes that can take hours or days, RoxyAPI enables instant activation for production use with access to hundreds of REST endpoints and MCP tools. Start making API requests within 60 seconds of subscribing. Our streamlined checkout process and automated key generation system ensure developers can begin building AI-powered applications, chatbots, and autonomous agents without waiting for approvals or email confirmations.

Does RoxyAPI work with AI coding assistants like Cursor, Windsurf, and GitHub Copilot in 2026?

Yes! RoxyAPI provides AI-friendly documentation specifically designed for AI coding assistants in 2026. Our /llms.txt and /llms-full.txt endpoints deliver structured documentation that Cursor, Windsurf, GitHub Copilot, and other AI-powered development tools can parse and understand. Combined with our native MCP integration, developers using AI assistants can generate API integration code faster and with fewer errors. Simply reference RoxyAPI documentation URLs in your AI assistant prompts for instant access to comprehensive API guides, code examples, and best practices for building applications with hundreds of REST endpoints and AI agent capabilities.

Is RoxyAPI truly production-ready for commercial applications and startups in 2026?

Absolutely! RoxyAPI is enterprise-grade infrastructure trusted by 5000+ developers building commercial AI-powered applications, autonomous agents, and intelligent chatbots. We maintain 99.9% uptime SLA with 24/7 monitoring, automatic failover, and redundant infrastructure. Our APIs handle millions of requests monthly with sub-100ms average response times. Unlike hobby projects or beta platforms, RoxyAPI provides production-ready reliability with comprehensive OpenAPI documentation, Scalar interactive testing, real-time usage dashboards, native MCP integration for AI agents, and transparent pricing. Major apps and startups rely on RoxyAPI as their unified API platform in 2026.

What pricing plans does RoxyAPI offer for developers and businesses in 2026?

RoxyAPI offers transparent pricing tiers: Starter ($39/month - 5,000 requests), Professional ($149/month - 50,000 requests), Business ($349/month - 200,000 requests), and Enterprise ($699/month - 1M requests). All plans include access to every API endpoint, instant API key delivery, hundreds of REST endpoints and MCP tools, comprehensive OpenAPI documentation, native MCP integration for AI agents, usage analytics dashboard, and email support. Save 17% with annual subscriptions. Unlike competitors with complex per-product pricing, RoxyAPI provides unified subscription access to all API products. No hidden fees, no per-endpoint charges, no approval delays - just straightforward pricing that scales with your application needs.

MCP Integration

What is Model Context Protocol (MCP) and why does it matter for developers building AI applications in 2026?

Model Context Protocol (MCP) is an open standard developed by Anthropic that enables AI agents and applications to automatically discover, connect to, and use APIs without manual configuration. For developers building AI-powered applications in 2026, MCP eliminates weeks of integration work - instead of writing custom API clients, authentication flows, and error handling, AI agents can self-configure API connections in under 2 minutes. RoxyAPI is the first and only data API platform with native MCP support, enabling seamless integration with OpenAI Agents, Claude Desktop, Gemini Agents, Cursor, Windsurf, and any MCP-compatible tool. This revolutionary approach makes building AI chatbots, assistants, and agents 10x faster.

How do I integrate RoxyAPI with OpenAI Agents for building astrology or tarot chatbots?

Integrating RoxyAPI with OpenAI Agents using MCP takes under 2 minutes. After subscribing to any RoxyAPI plan, add our MCP server URL and your API key to your OpenAI Agent configuration. OpenAI will automatically discover all available RoxyAPI endpoints (astrology birth charts, tarot readings, numerology calculations) and enable your agent to call them. No manual API documentation reading, no custom code writing, no authentication complexity. Build AI-powered astrology chatbots, tarot reading assistants, or numerology coaches that can generate birth charts, draw tarot cards, and calculate life path numbers through natural conversation. This zero-config integration is exclusive to RoxyAPI in the data API space.

Can I use RoxyAPI with Claude Desktop or Claude Projects for AI-powered applications?

Yes! RoxyAPI provides native MCP integration with Claude Desktop and Claude Projects in 2026. Configure Claude with our MCP server details and API key (displayed on your dashboard after subscription), and Claude will automatically access all RoxyAPI endpoints. Build conversational AI applications where users can ask Claude to generate their birth chart, draw tarot spreads, or calculate numerology compatibility - all powered by RoxyAPI's comprehensive data APIs. Claude can combine astrological insights with personality analysis, tarot interpretations with decision guidance, and numerology calculations with career advice. This seamless integration enables developers to create AI therapy chatbots, spiritual wellness assistants, and personalized guidance tools without writing API integration code.

Does RoxyAPI work with Google Gemini Agents for building AI chatbots and applications?

Absolutely! RoxyAPI supports Google Gemini Agents through our MCP protocol implementation in 2026. Gemini can automatically discover and call RoxyAPI endpoints for astrology calculations, tarot card draws, and numerology analysis without manual API integration. Build multimodal AI applications where Gemini generates visual birth chart diagrams with astrological insights, creates illustrated tarot reading interfaces with card interpretations, or produces numerology reports with personalized guidance. Our MCP integration enables Gemini to seamlessly combine its natural language understanding and generation capabilities with RoxyAPI's accurate astrological calculations and spiritual data - perfect for creating AI-powered wellness apps, meditation guides, and life coaching chatbots.

How do I set up RoxyAPI with Cursor or Windsurf for AI-assisted development in 2026?

Setting up RoxyAPI with Cursor or Windsurf using MCP takes 90 seconds. Add our MCP server configuration to your IDE settings with your API key from the RoxyAPI dashboard. Cursor and Windsurf can then automatically generate API integration code, suggest optimal endpoint usage, and write complete application features using RoxyAPI. Ask Cursor to "build an astrology compatibility checker using RoxyAPI" and watch it generate complete React components with proper error handling, TypeScript types, and beautiful UI - all using our APIs correctly. This AI-assisted development workflow, powered by MCP, reduces astrology/tarot/numerology app development time from weeks to hours.

What AI platforms and tools support MCP protocol integration with RoxyAPI in 2026?

RoxyAPI's MCP integration works with all major AI platforms supporting Model Context Protocol in 2026: OpenAI Agents (GPT-4, GPT-4 Turbo, GPT-4o), Claude Desktop (Claude 3.5 Sonnet, Claude 3 Opus), Gemini Agents (Gemini 1.5 Pro, Gemini Ultra), Cursor IDE, Windsurf IDE, Zed editor, and any custom application using the MCP SDK. Additionally, emerging AI agent frameworks like LangChain, AutoGPT, and BabyAGI can connect to RoxyAPI through MCP. This broad compatibility ensures developers can use RoxyAPI with their preferred AI development tools without vendor lock-in. As new MCP-compatible platforms emerge, RoxyAPI integration will work automatically without code changes.

Do MCP tool calls count against my monthly API request quota, or are they free?

MCP tool calls count as regular API requests against your monthly subscription quota. However, MCP tool discovery and schema inspection (when AI agents explore available endpoints) do not consume request credits - only actual data-fetching calls (generating birth charts, drawing tarot cards, calculating numerology) count toward limits. This design ensures fair usage while enabling AI agents to efficiently explore RoxyAPI capabilities. Monitor your usage in real-time through our analytics dashboard with per-endpoint breakdowns. If approaching limits, upgrade plans instantly with immediate activation - no approval waiting, no downtime. Our transparent request counting and usage visualization help developers budget effectively for AI agent workloads.

Can I build multi-agent AI systems that use RoxyAPI for astrology, tarot, and numerology insights?

Yes! RoxyAPI's MCP integration enables sophisticated multi-agent AI architectures in 2026. Build systems where specialized AI agents collaborate: an astrology agent generates birth charts, a tarot agent provides guidance through card spreads, a numerology agent calculates life path numbers, and a synthesis agent combines insights into personalized wellness recommendations. Each agent can independently call RoxyAPI endpoints through MCP without custom API client code. Perfect for building AI therapy platforms, spiritual wellness apps, personalized life coaching chatbots, and comprehensive guidance systems. Our unified API platform ensures consistent data quality and rate limiting across all agent requests, with detailed analytics for monitoring multi-agent usage patterns.

How secure is MCP integration with RoxyAPI, and who can access my API key?

RoxyAPI MCP integration implements enterprise-grade security in 2026. Your API key is stored locally in your MCP client configuration and transmitted only over HTTPS with TLS 1.3 encryption. We never log or store API keys on our servers - authentication uses secure HMAC-based verification with rate limiting and anomaly detection. MCP connections are isolated per developer account with automatic token refresh and session management. For team environments, create separate API keys per developer with individual usage tracking. Unlike traditional API platforms where keys might be exposed in source code or version control, MCP configuration keeps credentials secure in local environment files. Our security practices comply with SOC 2 standards and GDPR requirements.

Can I test RoxyAPI MCP integration locally before deploying AI applications to production?

Absolutely! RoxyAPI provides comprehensive local development support for MCP integration. Configure your local Cursor, Windsurf, or Claude Desktop with our MCP server and test astrology calculations, tarot readings, and numerology analysis in development environment without affecting production quotas. Our Scalar interactive documentation at /api/docs enables testing individual endpoints with custom parameters and viewing formatted responses. Use the same API key for local development and production, with real-time usage analytics showing request distribution across environments. This seamless dev-to-prod workflow accelerates AI application development and ensures your chatbots and agents work correctly before user deployment.

What happens if MCP protocol gets updated - will RoxyAPI automatically support new versions?

Yes! RoxyAPI maintains MCP protocol compatibility automatically in 2026. As Anthropic and the open-source community release new MCP versions with enhanced capabilities, we update our implementation with backward compatibility for existing integrations. Our engineering team monitors the MCP specification repository and implements updates within days of release. Developers receive automatic protocol upgrades without code changes or API key regeneration. This future-proof approach ensures your AI agents built with RoxyAPI continue working as MCP evolves, while gaining access to new protocol features like enhanced streaming, batch operations, and improved error handling. We also contribute to the MCP open-source community with data API-specific extensions.

Can non-technical users use AI agents with RoxyAPI, or is it only for developers?

While RoxyAPI is developer-focused, non-technical users can leverage applications built by developers using our MCP integration in 2026. For example, an astrology app developer creates a Claude-powered chatbot using RoxyAPI - end users simply chat with the bot to get birth chart analysis without knowing APIs exist. However, non-developers can also configure Claude Desktop or similar tools with RoxyAPI MCP integration by following our step-by-step setup guides (copy-paste configuration, no coding required). This enables spiritual practitioners, astrologers, tarot readers, and numerologists to use AI assistants enhanced with accurate calculations and interpretations from RoxyAPI without programming knowledge. Our goal: make AI-powered spiritual tools accessible to everyone.

API Features

What astrology features and calculations does RoxyAPI provide for developers in 2026?

RoxyAPI offers comprehensive astrology APIs covering both Western and Vedic systems in 2026. Western astrology endpoints include natal birth chart generation with house systems (Placidus, Koch, Whole Sign), planetary positions and aspects, zodiac sign interpretations (Sun/Moon/Rising), daily/weekly/monthly horoscopes, synastry compatibility analysis, transit calculations, and progressed charts. Vedic astrology (Jyotish) APIs provide Rashi charts, Navamsa divisional charts, dasha period calculations (Vimshottari, Yogini), planetary strengths (Shadbala), yoga combinations, and Panchang (muhurta timing). All calculations use Swiss Ephemeris data for astronomical accuracy, with JSON responses optimized for web and mobile applications. Perfect for building astrology apps, dating compatibility checkers, personalized horoscope platforms, and AI astrology chatbots.

What tarot reading capabilities does RoxyAPI offer for building tarot apps and chatbots?

RoxyAPI provides complete tarot API functionality with the full 78-card Rider-Waite deck in 2026. Our endpoints support single card draws, three-card spreads (past-present-future), Celtic Cross layouts (10 cards), relationship spreads, career guidance spreads, and custom multi-card readings. Each card response includes upright and reversed meanings, symbolism explanations, interpretive guidance for different life areas (love, career, health, spiritual growth), and contextual advice. AI developers can use our natural language card interpretation endpoints to generate personalized tarot readings through chatbots. The API includes card imagery metadata, shuffle algorithms with seeded randomness for reproducibility, and spread position context. Ideal for building tarot reading apps, daily card websites, AI tarot assistants, and spiritual guidance platforms.

What numerology calculations and systems does RoxyAPI support for developers building numerology apps?

RoxyAPI numerology APIs support both Pythagorean and Chaldean systems with comprehensive calculations in 2026. Our endpoints compute Life Path numbers, Expression/Destiny numbers, Soul Urge numbers, Personality numbers, Birthday numbers, Maturity numbers, and Personal Year cycles. Advanced features include name-to-number conversions (Pythagorean 1-9 and master numbers 11/22/33, Chaldean 1-8 mappings), compatibility analysis between life path combinations, karmic debt numbers (13/14/16/19), and pinnacle/challenge period calculations. All responses include detailed numerological interpretations, personality insights, compatibility guidance, and life path recommendations. Perfect for building numerology calculator apps, name analysis tools, compatibility checkers, AI numerology chatbots, and personalized life path guidance platforms.

Does RoxyAPI provide daily horoscopes, weekly horoscopes, and monthly horoscopes for all zodiac signs?

Yes! RoxyAPI generates fresh daily, weekly, and monthly horoscopes for all 12 zodiac signs (Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius, Pisces) in 2026. Our horoscope APIs use real-time planetary transits and astronomical data to produce accurate astrological forecasts covering love and relationships, career and finance, health and wellness, emotions and personal growth, travel opportunities, and lucky numbers. Horoscopes are generated programmatically using Swiss Ephemeris calculations and astrological interpretation algorithms, not pre-written generic content. Responses include current planetary influences, upcoming significant transits, and personalized advice. Perfect for building horoscope websites, daily notification apps, email newsletters, and AI astrology chatbots that provide timely guidance.

Can I build astrology dating apps or relationship compatibility platforms using RoxyAPI?

Absolutely! RoxyAPI is ideal for building astrology dating apps and compatibility platforms in 2026. Our synastry compatibility endpoints analyze birth chart harmonies between two people, calculating aspect patterns (conjunctions, trines, squares, oppositions), composite charts, Venus-Mars connections for romantic attraction, Moon sign emotional compatibility, and overall relationship potential scores. Get detailed compatibility breakdowns for love, friendship, business partnerships, and family dynamics. APIs return percentage scores, narrative interpretations, challenge areas, and growth opportunities. Perfect for creating astrology-based dating apps like Struck or Pattern, relationship compatibility checkers, AI matchmaking chatbots, couples counseling tools, and friendship compatibility platforms. Combine with AI agents to provide real-time relationship advice through conversational interfaces.

Does RoxyAPI support birth chart generation with accurate house cusps, planetary positions, and aspect calculations?

Yes! RoxyAPI generates astronomically accurate birth charts using Swiss Ephemeris data in 2026. Our natal chart endpoints calculate precise planetary positions (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron) with degrees, minutes, and zodiac signs. House systems supported include Placidus, Koch, Whole Sign, Equal, Porphyry, and Campanus with exact house cusp calculations. Major and minor aspects (conjunction 0°, sextile 60°, square 90°, trine 120°, opposition 180°, plus quintiles, septiles) are computed with configurable orbs. Responses include sign rulers, planetary dignities (domicile, exaltation, detriment, fall), element/modality distributions, and aspect patterns. Perfect for building professional-grade astrology software, birth chart generators, and detailed natal analysis tools.

Can I create AI-powered astrology chatbots that answer natural language questions using RoxyAPI?

Absolutely! RoxyAPI with MCP integration enables building sophisticated AI astrology chatbots in 2026. Connect Claude, OpenAI, or Gemini to RoxyAPI, and users can ask natural questions like "What does my Moon in Scorpio mean?" or "Should I start a business this month based on my transits?" The AI agent automatically calls appropriate RoxyAPI endpoints (birth chart calculation, transit analysis, horoscope generation) and synthesizes personalized responses combining astrological data with conversational context. Build chatbots for spiritual wellness apps, therapy platforms, life coaching tools, daily guidance services, and meditation apps. Our MCP integration eliminates traditional chatbot limitations - instead of scripted responses, deliver real astrological calculations with AI-generated natural explanations. Perfect for Telegram bots, WhatsApp business accounts, website chat widgets, and voice assistants.

What data formats and response structures does RoxyAPI use for API responses?

RoxyAPI returns clean, well-structured JSON responses optimized for modern web and mobile development in 2026. All endpoints follow consistent response patterns with `success` boolean, `data` object containing requested information, and optional `metadata` for pagination/timestamps. Astrological data includes nested objects for planetary positions, house placements, aspect lists, and interpretations. Tarot responses contain card arrays with properties (name, arcana, position, meanings, imagery URLs). Numerology endpoints return calculation objects with number values, meanings, compatibility scores. Error responses use standard HTTP status codes (400 Bad Request, 401 Unauthorized, 429 Too Many Requests, 500 Server Error) with descriptive error messages. All responses are minified for efficiency but human-readable when formatted. Perfect for React, Vue, Angular apps and mobile development with Swift/Kotlin.

Does RoxyAPI support batch requests or webhooks for processing multiple calculations at once?

Currently, RoxyAPI uses RESTful endpoints for individual calculations, with batch processing coming in Q1 2026. For processing multiple birth charts, tarot readings, or numerology calculations, make parallel async requests using Promise.all() in JavaScript or equivalent in other languages. Our infrastructure handles concurrent requests efficiently with sub-100ms response times. For high-volume batch processing (1000+ calculations), visit our contact page for custom solutions. Webhook support for event-driven architectures (new daily horoscope generated, transit alerts, compatibility matches) is roadmapped for mid-2026. For now, poll endpoints or use our real-time streaming options through MCP for AI agent integrations that require continuous updates.

Can I customize astrological calculation parameters like orbs, house systems, and zodiac types with RoxyAPI?

Yes! RoxyAPI supports extensive customization for professional astrologers and advanced developers in 2026. Birth chart endpoints accept parameters for house system selection (Placidus, Koch, Whole Sign, Equal, Porphyry, Campanus), zodiac type (tropical vs sidereal with multiple ayanamsas), aspect orbs (tight/moderate/wide or custom degree values), included celestial bodies (traditional 7 planets vs modern 10+ including Chiron/asteroids), and coordinate precision. Vedic chart calculations support different dasha systems, house divisions (equal/unequal), and regional calculation variations (North Indian, South Indian, East Indian chart styles). Advanced users can specify calculation location coordinates with timezone offsets, historical date ranges, and progressed/directed chart parameters. These options enable building professional astrology software matching specific astrological schools and traditions.

Support

What customer support channels does RoxyAPI offer for developers in 2026?

RoxyAPI provides multi-channel developer support in 2026: 1) Email support via contact page with 24-hour response time for all plans, priority 4-hour response for Business plan; 2) Comprehensive documentation with searchable knowledge base, troubleshooting guides, and FAQ; 3) GitHub Discussions for community support, feature requests, and code sharing; 4) API status page (status.roxyapi.com) with real-time uptime monitoring and incident notifications; 5) In-dashboard support chat (for Business plan subscribers); 6) Video tutorials and webinars covering integration patterns; 7) Migration assistance (free consultation for switching from competitors). Enterprise customers get dedicated Slack/Discord channels with direct engineering access. Report bugs via GitHub Issues with priority fixes for critical problems. Feature requests tracked transparently with public roadmap voting.

How do I troubleshoot common RoxyAPI integration errors like 401 Unauthorized or 500 Server Errors?

Common RoxyAPI errors and solutions in 2026: 1) **401 Unauthorized** - Check API key format (correct header: `X-API-Key: your_key` or query param `?api_key=your_key`), verify key not expired/revoked, ensure no extra whitespace in key string; 2) **429 Too Many Requests** - Monthly quota exceeded, check dashboard usage, upgrade plan or wait for reset (1st of month UTC); 3) **400 Bad Request** - Invalid request parameters, check required fields (birth date/time/location for astrology), validate JSON syntax; 4) **500 Server Error** - Rare infrastructure issue, retry with exponential backoff, check status page for incidents, visit contact page if persistent; 5) **CORS errors** - Browser blocking cross-origin requests, add backend proxy or use server-side integration. Enable debug mode in SDK for detailed error logging. For persistent issues, visit our contact page with curl command and request/response details.

Does RoxyAPI have status page or uptime monitoring for tracking API availability and incidents?

Yes! RoxyAPI maintains public status page at roxyapi.com/status with real-time monitoring in 2026. Track: API endpoint health (all astrology/tarot/numerology services), response time metrics (average, p95, p99), uptime percentages (historical 30/90-day), active incidents with root cause analysis and ETAs, scheduled maintenance windows (announced 48 hours advance), and historical incident postmortems. Subscribe to status notifications via email, SMS, Slack, or webhooks for instant alerts about degraded performance or outages. Our infrastructure maintains 99.9% uptime SLA with automatic failover, redundant servers across multiple regions, and 24/7 monitoring. Typical response times: p50=45ms, p95=120ms, p99=250ms. Incident history shows <2 hours total downtime in past 12 months. Enterprise customers get dedicated status dashboards with custom alerting.

How can I request new features, API endpoints, or improvements to RoxyAPI in 2026?

RoxyAPI welcomes feature requests through multiple channels in 2026: 1) GitHub Discussions - public feature request board where community can upvote ideas (high votes get priority); 2) Visit our contact page with detailed use case descriptions; 3) In-dashboard feedback widget (quick suggestions); 4) Quarterly product roadmap surveys (emailed to all subscribers); 5) Direct engineering feedback for Business/Enterprise customers. Popular requested features: additional house systems (Regiomontanus, Campanus), Arabic parts calculations, asteroid positions (Ceres, Pallas, Juno), predictive transit alerts, relationship synastry scoring algorithms, AI-generated tarot interpretations. Features typically ship within 1-3 months depending on complexity. Custom API development available for Enterprise customers (specific astrological calculations, white-label endpoints). View public roadmap at roxyapi.com/roadmap with planned Q1 2026 features.

Still have questions?

We're here to help