studio-corsair

Lodestone

Community studio-corsair
Updated

Hosted remote MCP server: WhatsApp/Telegram messaging, any-IMAP email, Airbnb, Amazon, Flights, Reddit, social search, Meta Ads. One URL, OAuth, no install.

Lodestone

A hosted remote MCP server. One URL gives Claude, ChatGPT, Gemini, Cursor or any other MCP client 51 tools across 21 services: WhatsApp, Telegram and Signal messaging, email from any IMAP inbox, live Airbnb, Amazon, Booking.com, Google Flights, Google Maps and Reddit data, social search, Meta Ads, cross-posting, and image and video generation.

Nothing to install and nothing to run. This repository holds the public connection docs and registry metadata; the server itself is a hosted service at https://lodestone.studiocorsair.com.

Connect

Endpoint https://lodestone.studiocorsair.com/mcp
Transport Streamable HTTP
Auth OAuth 2.1 with PKCE and dynamic client registration. Sign-in is an emailed link; there is no password.
Try without an account https://lodestone.studiocorsair.com/mcp/demo (live Airbnb search only)
Official MCP Registry com.studiocorsair/lodestone

Claude (web, desktop, mobile): Settings → Connectors → Add custom connector → paste the endpoint → sign in when prompted.

ChatGPT: enable Developer Mode, then Settings → Connectors → Create → paste the endpoint.

Cursor / VS Code / Windsurf / Cline: add a remote server entry:

{
  "mcpServers": {
    "lodestone": {
      "url": "https://lodestone.studiocorsair.com/mcp"
    }
  }
}

The client opens a browser window for sign-in on first use. Clients that only support stdio can bridge with npx mcp-remote https://lodestone.studiocorsair.com/mcp.

Full setup per client: https://lodestone.studiocorsair.com/docs.html

What needs your own credentials

Web search, social search, the Meta Ad Library and generation run on Lodestone's provider keys at no cost to you (generation is capped at 5 per provider per month on the free plan). Anything that acts on your own accounts (email, messaging, Meta Ads, Telegram bots, Typefully) uses credentials you connect at https://lodestone.studiocorsair.com/account. They are encrypted with AES-256-GCM at rest and never logged. Tools marked [WRITE] change something real, and good clients ask before calling them.

Tools

Live web (free)

  • search_airbnb: Search live Airbnb listings by location, monthly price ceiling and bedroom count.
  • search_places: Search Google Maps for places (restaurants, shops, services, businesses) by keyword and optional location.
  • search_flights: Search live flight prices and itineraries between two airports on a date (one-way or round-trip).
  • search_hotels: Search live hotel availability and prices on Booking.com for a location and date range.
  • search_reddit: Search Reddit for posts matching a query.
  • search_amazon: Search Amazon for products by keyword.

Social search (free)

  • search_twitter: Search X/Twitter for tweets matching a query.
  • twitter_user: Get an X/Twitter user's profile: name, bio, follower/following/tweet counts, verified status.
  • twitter_user_tweets: Get a user's most recent tweets.
  • twitter_replies: Get the replies to a specific tweet.
  • search_instagram: Look up an Instagram profile by username: full name, bio, follower and post counts.
  • search_tiktok: Search TikTok for videos by keyword or handle.
  • search_facebook: Search Facebook public pages/posts by name or keyword.

Advertising

  • search_facebook_ads: Search the PUBLIC Meta (Facebook/Instagram) Ad Library for ads any advertiser is running: great for competitor and creative research.
  • meta_ads_whoami: Check that your connected Meta account works and see whose token it is.
  • meta_ads_list_accounts: List the Meta ad accounts your connected token can access (name, id, currency, status).
  • meta_ads_account_info: Get details for your Meta ad account: currency, status, lifetime amount spent, spend cap and balance.
  • meta_ads_list_campaigns: List campaigns in your Meta ad account with status, objective and budget.
  • meta_ads_get_campaign: Get one Meta campaign by id (status, objective, budget, schedule).
  • meta_ads_list_ad_sets: List ad sets in your Meta ad account, or just those in one campaign.
  • meta_ads_get_ad_set: Get one Meta ad set by id (status, optimization goal, budget, targeting).
  • meta_ads_list_ads: List ads in your Meta ad account, or just those in one ad set.
  • meta_ads_get_ad: Get one Meta ad by id (name, status, parent ad set/campaign).
  • meta_ads_insights: Get performance/spend metrics (spend, impressions, clicks, CTR, CPC, CPM, reach) for your whole ad account or one campaign/ad set/ad.
  • meta_ads_list_page_posts: List recent posts on your connected Facebook Page so you can pick one to promote (returns each post's id for meta_ads_boost_post).
  • meta_ads_create_campaign: [WRITE: changes your live account] Create a new Meta campaign.
  • meta_ads_update_campaign: [WRITE: changes your live account] Update a Meta campaign's name, status and/or daily budget.
  • meta_ads_set_status: [WRITE: changes your live account] Pause or resume any Meta campaign, ad set or ad by id.
  • meta_ads_create_ad_set: [WRITE: changes your live account] Create a Meta ad set under a campaign (budget, optimization goal, country/age/gender targeting).
  • meta_ads_update_ad_set: [WRITE: changes your live account] Update a Meta ad set's name, status and/or daily budget.
  • meta_ads_create_image_ad: [WRITE: changes your live account] Create an image ad from a public image URL (Meta fetches it: no upload) under an existing ad set.
  • meta_ads_boost_post: [WRITE: changes your live account] Promote an existing Facebook Page post as an ad under an existing ad set (no upload).

Image and video generation (5 free per provider per month)

  • generate_image_nano_banana: Generate an image with Google's Nano Banana (Gemini 3 Pro Image): best for photorealism, legible text in the image, and following complex/compositional prompts.
  • generate_image_flux: Generate an image with FLUX1.1 [pro]: fast, sharp, great aesthetic quality for art, product shots and concept art.
  • generate_image_seedream: Generate an image with ByteDance Seedream 4.5: high-resolution, strong at people, scenes and cinematic looks.
  • generate_video_veo: Generate a short video with Google Veo 3 Fast (includes generated audio).
  • generate_video_kling: Generate a short video with Kling 2.5 Turbo Pro: smooth, cinematic motion.

Messaging (your own connection)

  • telegram_get_bot_info: Check that your connected Telegram bot token works and see the bot's username (via @BotFather's getMe).
  • telegram_send_message: Send a text message through your Telegram bot to a chat (a user who has DM'd the bot, or a group/channel the bot is in).
  • telegram_get_chat: Get info (type, title/name, username, description) for a chat your bot can see, by id or @username.
  • telegram_read_recent_updates: Read the newest messages your bot has received.
  • beeper_list_chats: List your recent Beeper conversations (across WhatsApp, Telegram, Signal, iMessage and every connected network), newest first, with each chat's ID, title and network.
  • beeper_read_chats: Read the recent messages in one Beeper conversation (who said what, newest last) so you have the context before replying.
  • beeper_search: Search across all your Beeper messages for text (e.g.
  • beeper_send_message: [WRITE: sends a real message to a real person] Send a text message to one of your Beeper conversations.

Email (your own IMAP/SMTP credentials)

  • email_search: Search your connected email account for messages matching a text query (checks From, Subject and body).
  • email_read: Read the full text of one email from your connected account by its uid.
  • email_send: Send a plain-text email from your connected account.
  • email_list_recent: List the most recent emails in a folder of your connected account (default INBOX).

Publishing (your own Typefully key)

  • typefully_whoami: Check that your connected Typefully API key works and see your Typefully account + social set(s): the group of networks (X, LinkedIn, Threads, Bluesky, Mastodon) a post fans out to.
  • typefully_post: Publish a post (with an optional image) to your social networks via Typefully: X and, if connected, LinkedIn, Threads, Bluesky and Mastodon at once.

Pricing

Free to start, no card. Paid tiers raise limits and are currently waitlisted: https://lodestone.studiocorsair.com

Support

Email [email protected] or open an issue in this repository.

About this repository

The Lodestone server is closed source. This repo exists so the connector can be listed in directories and marketplaces that need a repository, and so issues have somewhere public to go. The contents (docs and metadata) are MIT licensed.

MCP Server · Populars

MCP Server · New