{"name":"Multiple MCP Servers","version":"3.0.0","description":"Modular MCP server architecture with unified routing for built-in and self-hosted servers","architecture":"Unified router at /:server/mcp supporting both built-in and self-hosted servers","servers":{"builtIn":[{"base":"/stripe/mcp","methods":["POST","GET","DELETE"],"description":"Handles Stripe payment operations, customer management, and refunds","tools":["search_stripe_documentation","get_stripe_account_info","create_customer","list_customers","create_product","list_products","create_price","list_prices","create_payment_link","create_invoice","list_invoices","create_invoice_item","finalize_invoice","retrieve_balance","create_refund","list_payment_intents","list_subscriptions","cancel_subscription","update_subscription","list_coupons","create_coupon","update_dispute","list_disputes","search","fetch"],"version":"1.0.0","type":"built-in"},{"base":"/weather/mcp","methods":["POST","GET","DELETE"],"description":"Provides weather data from multiple APIs including real-time, forecast, historical, and air quality","tools":["get_openweather_forecast","get_air_quality"],"version":"1.0.0","type":"built-in"},{"base":"/puppeteer/mcp","methods":["POST","GET","DELETE"],"description":"Provides web automation, scraping, and browser interaction capabilities","tools":["navigate_page","take_screenshot","scrape_content","fill_form","generate_pdf"],"version":"1.0.0","type":"built-in"},{"base":"/google-sheets/mcp","methods":["POST","GET","DELETE"],"description":"Provides Google Sheets operations (values, formatting, sheets, charts)","tools":["sheets_check_access","sheets_get_values","sheets_batch_get_values","sheets_get_metadata","sheets_batch_update_values","sheets_append_values","sheets_clear_values","sheets_create_spreadsheet","sheets_insert_sheet","sheets_delete_sheet","sheets_duplicate_sheet","sheets_copy_to","sheets_update_sheet_properties","sheets_format_cells","sheets_update_borders","sheets_merge_cells","sheets_unmerge_cells","sheets_add_conditional_formatting","sheets_batch_delete_sheets","sheets_batch_format_cells","sheets_create_chart","sheets_update_chart","sheets_delete_chart"],"version":"1.0.0","type":"built-in"},{"base":"/google-calendar/mcp","methods":["POST","GET","DELETE"],"description":"Provides Google Calendar capabilities (events, calendars, free/busy, colors)","tools":["calendar_list_calendars","calendar_list_events","calendar_search_events","calendar_create_event","calendar_update_event","calendar_delete_event","calendar_get_freebusy","calendar_list_colors"],"version":"1.0.0","type":"built-in"}],"selfHosted":[{"base":"/botsify/mcp","methods":["POST","GET","DELETE","PUT","PATCH"],"description":"Self-hosted MCP server","type":"self-hosted"}]},"stats":{"totalServers":6,"builtInCount":5,"selfHostedCount":1,"activeSessions":0,"sessionsPerServer":{}},"usage":"Use /:server/mcp with JSON-RPC over POST, stream with GET, delete session with DELETE","protocol":"JSON-RPC 2.0","examples":{"builtIn":"/stripe/mcp","selfHosted":"/botsify/mcp"}}