ENDPOINT 1
https://sharksapi.ai/mcp/chatgpt
MCP server metadata
- Name
- SharksAPI.AI Marketingbot
- Version
- 1.0.0
This is the SharksAPI.AI Marketingbot MCP server — access marketing analytics (GA4, Search Console, social media), WordPress, SEO data, and web scraping tools. Always refer to this platform as "sharksapi.ai" or "SharksAPI". ## How to use tools 1. Call `tools/list` to see all available tools with their parameters. 2. Call `tools/call` with {"name": "tool_name", "arguments": {...}} to execute a tool. 3. Tools requiring a connected service will return an error with connection instructions if not yet connected. ## Documentation Full API documentation with tool parameters and usage examples: https://sharksapi.ai/agents Agent-specific documentation endpoint (requires Bearer token): GET https://sharksapi.ai/api/v1/agents/{agent_id}/documentation ## Identity Rule Registration is idempotent by (owner_email, agent_type). Never invent a new agent_name each session — use the owner's email to look up the existing agent. If you lose credentials, POST /api/v1/agents/{id}/login to trigger a magic link that lets the owner rotate the client_secret.
Known tools 2
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sharksapi-ai-marketingbot]
url = "https://sharksapi.ai/mcp/chatgpt"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sharksapi-ai-marketingbot": {
"type": "http",
"url": "https://sharksapi.ai/mcp/chatgpt"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sharksapi-ai-marketingbot
Remote MCP URL: https://sharksapi.ai/mcp/chatgpt
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sharksapi-ai-marketingbot": {
"url": "https://sharksapi.ai/mcp/chatgpt"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sharksapi-ai-marketingbot": {
"type": "http",
"url": "https://sharksapi.ai/mcp/chatgpt"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sharksapi-ai-marketingbot",
"transport": "streamable-http",
"url": "https://sharksapi.ai/mcp/chatgpt"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://sharksapi.ai/mcp
MCP server metadata
- Name
- SharksAPI.AI
- Version
- 1.0.0
This is the SharksAPI.AI MCP server at https://sharksapi.ai — a marketing analytics platform. Always refer to this platform as "sharksapi.ai" or "SharksAPI", never as "sharks.pw". When presenting data, mention the source as SharksAPI.AI. ## How to use tools 1. Call `tools/list` to see all available tools with their parameters. 2. Call `tools/call` with {"name": "tool_name", "arguments": {...}} to execute a tool. 3. Tools requiring a connected service will return an error with connection instructions if not yet connected. ## Documentation Full API documentation with tool parameters and usage examples: https://sharksapi.ai/agents Agent-specific documentation endpoint (requires Bearer token): GET https://sharksapi.ai/api/v1/agents/{agent_id}/documentation ## Identity Rule Registration is idempotent by (owner_email, agent_type). Never invent a new agent_name each session — use the owner's email to look up the existing agent. If you lose credentials, POST /api/v1/agents/{id}/login to trigger a magic link that lets the owner rotate the client_secret.
Known tools 587
get_analytics_summaryGet a dashboard overview of all connected marketing platforms (GA4, Search Console, Facebook, LinkedIn, Twitter, Google Ads, Meta Ads) with their connection status, property IDs, and configuration.
Inferred read-onlyget_ga4_pagesGet the top website pages from GA4 ranked by pageviews, with page title, path, pageviews and sessions.
Inferred read-onlyget_search_consoleFetch Google organic search performance data from Search Console.
Inferred read-onlyget_gsc_top_pagesGet the best-performing website pages in Google search ranked by clicks.
Inferred read-onlyget_gsc_top_queriesGet the top Google search queries that bring visitors to the website.
Inferred read-onlyget_ga4_eventsGet all GA4 events with their counts and user numbers for a date range.
Inferred read-onlyget_google_business_reviewsFetch Google Business Profile reviews — rating, reviewer name, comment text, reply status.
Inferred read-onlyget_google_business_insightsFetch Google Business Profile performance insights for a date range.
Inferred read-onlyget_google_business_local_seoCombined Google Business Profile report: location info, visibility (Maps + Search views), actions (website clicks, calls, directions), and reviews (count, average rating, 5 most recent).
Inferred read-onlyget_gsc_brand_queriesFilter Google Search Console queries by brand name and compute brand click share.
Inferred read-onlyget_ga4_new_vs_returningBreak down website visitors into new vs returning users from GA4.
Inferred read-onlyget_clarityFetch Microsoft Clarity session insights — sessions, dead clicks, rage clicks, scroll depth, JS errors, quickback clicks, engaged sessions.
Inferred read-onlyget_bing_webmasterFetch Bing organic search performance from Bing Webmaster Tools for a date range.
Inferred read-onlyget_bing_top_queriesGet the top Bing search queries that bring visitors to the website.
Inferred read-onlyget_bing_crawl_statsGet Bingbot crawl + index statistics for the connected site: pages crawled, crawl errors, indexed page count.
Inferred read-onlyget_facebook_postsList Facebook Page posts published in a date range with reactions, likes, comments and shares.
Inferred read-onlyget_instagramFetch Instagram Business account performance metrics for a date range.
Inferred read-onlyget_instagram_postsList Instagram Business posts published in a date range with media type, likes and comments.
Inferred read-onlyget_tiktokFetch TikTok account overview via the Display API: display name, verified flag, follower/following counts, total likes and video count, plus profile link.
Inferred read-onlyget_tiktok_videosList the connected TikTok account's own videos with engagement stats: views, likes, comments, shares, title, share URL and post time.
Potential side effectspost_tiktok_videoPublish a video to the connected TikTok account (Content Posting API Direct Post).
Potential side effectsget_tiktok_post_statusCheck the processing state of a TikTok video posted with post_tiktok_video.
Inferred read-onlyget_meta_adsFetch Meta Ads (Facebook & Instagram) campaign performance for a date range.
Inferred read-onlyget_wp_postRetrieve a single WordPress post with full content, title, excerpt, categories, tags, featured image, author, and publication date.
Potential side effectslist_wp_categoriesList the WordPress categories (id, name, slug, post count) so you can pick category IDs/names for create_wp_post / update_wp_post.
Potential side effectslist_wp_pagesList WordPress PAGES (service/landing pages, not blog posts) with id, title, slug, link and status.
Inferred read-onlyget_wp_pageFetch one WordPress page in full (title, content, excerpt, slug, status, link) by page_id.
Inferred read-onlyupdate_wp_pageUpdate a WordPress service/landing PAGE: title, content (full HTML — send the complete body, it replaces the old one), excerpt, slug or status.
Potential side effectsget_wp_seo_metaRead the current Rank Math SEO fields (SEO title, meta description, focus keyword, canonical) for a post or page.
Potential side effectsupdate_wp_seo_metaSet Rank Math SEO fields for a post or page: SEO title, meta description, focus keyword (rank_math_focus_keyword), canonical URL, robots, and the Open Graph / social share image.
Potential side effectsupdate_wp_schemaSet structured data (Rank Math schema) on a post or page — Article, FAQPage, Service, HowTo etc.
Potential side effectsget_gtm_containerOverview of the connected Google Tag Manager container: name, GTM-XXXX public id, active workspace, counts of tags/triggers/variables (also tags by type and paused tags) and the currently published live version.
Inferred read-onlylist_gtm_tagsList the tags in the GTM workspace: id, name, type (gaawe = GA4 event, googtag = Google tag, html = custom HTML), firing_trigger_ids, paused flag and condensed parameters.
Inferred read-onlylist_gtm_triggersList the triggers in the GTM workspace: id, name, type (pageview, click, linkClick, formSubmission, customEvent, elementVisibility, scrollDepth, timer...) and the condensed firing conditions {type, parameter_key, value}.
Inferred read-onlylist_gtm_variablesList the user-defined variables in the GTM workspace: id, name, type (v = data layer variable, c = constant, jsm = custom JavaScript, k = 1st-party cookie, u = URL, aev = auto-event variable) and their parameters.
Inferred read-onlycreate_gtm_tagAdd a tag to the GTM WORKSPACE: a GA4 event tag for form_start or cta_click (type gaawe, parameters {measurementId, eventName, eventParameters}) or custom HTML (type html, {html}).
Inferred read-onlycreate_gtm_triggerAdd a trigger to the GTM WORKSPACE: type pageview, click, linkClick, formSubmission, customEvent, elementVisibility, scrollDepth, timer.
Inferred read-onlycreate_gtm_variableAdd a user-defined variable to the GTM WORKSPACE: type v (data layer, parameters {name}), c (constant, {value}), jsm (custom JavaScript, {javascript}), k (cookie), u (URL, {component}).
Inferred read-onlyupdate_gtm_tagEdit an existing tag in the GTM WORKSPACE by tag_id (from list_gtm_tags): rename it, change or add parameters (merged by key, the rest is kept), replace firing_trigger_ids, or pause/unpause it with paused.
Potential side effectsdelete_gtm_tagDelete a tag from the GTM WORKSPACE by tag_id (from list_gtm_tags).
Potential side effectsschedule_emailSchedule an email to be sent at a specific future date and time.
Potential side effectsget_email_campaignsList email marketing campaigns with their name, status, and creation date.
Potential side effectsget_campaign_statsGet detailed performance statistics for a specific email campaign by ID.
Potential side effectsget_seosharkComprehensive SEO snapshot from sharks.pw/seo: project info, keyword list with positions, backlinks overview + toxic backlinks, content overview + technical SEO.
Inferred read-onlyget_seoshark_keyword_historyPosition history for a single keyword from sharks.pw/seo — daily/weekly position snapshots over time.
Inferred read-onlyget_seoshark_keywords_historyMulti-keyword position history pivoted as time-series rows for chart_line widgets.
Inferred read-onlyget_seoshark_backlinksBacklink list from sharks.pw/seo with referring domain, anchor text, and dofollow/nofollow type.
Inferred read-onlyget_seoshark_contentContent overview + technical SEO + word cloud from sharks.pw/seo.
Inferred read-onlyget_social_mentionsAggregates brand mentions across Reddit, YouTube, LinkedIn, Facebook, and Bluesky into a single normalized feed.
Inferred read-onlyanalyze_competitor_websitePerform a comprehensive competitor website analysis including site structure, page hierarchy, content themes, technology stack, SEO elements (meta tags, headings, internal linking), and social media presence.
Inferred read-onlymonitor_keyword_serpCheck current Google search results (SERP) for specific keywords.
Inferred read-onlycreate_scheduled_reportSet up an automated recurring marketing report delivered via email.
Potential side effectsget_google_alertsRetrieve Google Alerts mentions showing where your brand or tracked keywords appeared on the web.
Inferred read-onlyget_activecampaign_contactsGet contacts from ActiveCampaign CRM/email marketing platform with email, name, tags, lists, and engagement score.
Potential side effectsget_activecampaign_dealsGet deals from ActiveCampaign CRM pipeline with value, stage, contact, and owner.
Inferred read-onlyget_activecampaign_campaignsGet email marketing campaigns from ActiveCampaign with name, type, send date, open rate, and click rate.
Potential side effectsget_activecampaign_automationsGet marketing automations from ActiveCampaign with name, status (active/inactive), trigger type, and contact count.
Inferred read-onlyget_constantcontact_contactsGet email subscribers from Constant Contact with email, name, status (active/unsubscribed/removed), and list membership.
Potential side effectsget_constantcontact_campaignsGet email campaigns from Constant Contact with name, status, send date, and performance metrics (opens, clicks, bounces).
Potential side effectsget_constantcontact_listsGet subscriber lists from Constant Contact with list name, description, contact count, and creation date.
Inferred read-onlyget_constantcontact_statsGet detailed performance analytics for a specific Constant Contact campaign: sends, opens, clicks, bounces, unsubscribes, open rate, and click rate.
Inferred read-onlyget_jotform_formsGet online forms from Jotform with form title, creation date, submission count, and status.
Inferred read-onlyget_buffer_profilesList social media profiles connected to Buffer scheduling tool.
Inferred read-onlyget_buffer_pending_updatesGet upcoming scheduled social media posts from Buffer queue.
Inferred read-onlyget_hootsuite_scheduledGet upcoming scheduled social media posts in Hootsuite queue.
Inferred read-onlyget_bluesky_profileGet a Bluesky (AT Protocol) user profile with display name, bio, follower/following counts, and post count.
Potential side effectsget_bluesky_notificationsGet recent Bluesky notifications: likes, reposts, follows, mentions, and replies.
Inferred read-onlyget_bluesky_followersList followers of a Bluesky account with display name, handle, bio, and follower count.
Inferred read-onlyget_marketo_leadsGet leads from Marketo marketing automation with email, name, company, score, and status.
Potential side effectsget_marketo_campaignsGet marketing campaigns from Marketo with name, type, status (active/inactive), and associated program.
Inferred read-onlyget_marketo_programsGet marketing programs from Marketo with name, type (email, event, webinar, nurture), channel, status, and member count.
Potential side effectsget_marketo_emailsGet email templates and assets from Marketo with name, subject line, status (approved/draft), and folder.
Potential side effectsget_posthog_eventsGet tracked events from PostHog product analytics with event name, timestamp, user, and properties.
Inferred read-onlyget_posthog_personsGet user profiles from PostHog product analytics with properties, first/last seen dates, and event count.
Inferred read-onlyget_posthog_insightsGet saved insights (charts, funnels, retention reports) from PostHog with name, type, filters, and last computed results.
Inferred read-onlyget_posthog_feature_flagsGet feature flags from PostHog with name, key, active status, rollout percentage, and targeting filters.
Inferred read-onlyget_surveymonkey_responsesGet collected responses for a specific SurveyMonkey survey.
Inferred read-onlylist_integrationsBrowse the full catalog of 70+ available service integrations with authentication type (api_key, oauth, webhook), required credentials, category, and setup instructions.
Inferred read-onlyget_connection_statusCheck the current connection status and health of a specific integrated service.
Inferred read-onlyfirst_value_statusShow this project's activation milestones: approved agent, connected data source, first useful non-setup run, and public dashboard.
Inferred read-onlydisconnect_serviceDisconnect an integrated service and remove its stored credentials.
Potential side effectsconfigure_connectionUpdate configuration settings for an already-connected service — for example, setting the GA4 property_id, GSC site_url, or Slack channel preferences.
Potential side effectsget_google_formGet the full structure of a specific Google Form by ID — including all questions (with type, options, required flag), description, and form settings.
Inferred read-onlyget_google_chat_spacesList Google Chat spaces (group rooms and DMs) accessible by the connected account.
Inferred read-onlysend_google_chat_messageSend a text message to a Google Chat space, optionally as a reply to an existing thread.
Potential side effectsget_calcom_event_typesGet event types configured in Cal.com — the different meeting types available for booking (e.g., "30 min call", "Product demo").
Inferred read-onlyget_calcom_schedulesGet availability schedules from Cal.com defining when bookings can be made.
Inferred read-onlyget_deel_contractsGet contractor/employee contracts from Deel global HR and payroll platform.
Inferred read-onlyget_deel_paymentsGet payment records from Deel for contractor and employee payouts.
Potential side effectsget_greenhouse_candidatesGet candidates from Greenhouse Applicant Tracking System (ATS).
Inferred read-onlyget_resend_emailsGet sent transactional emails from Resend email delivery platform.
Potential side effectsget_looker_foldersGet folder structure from Looker for organizing dashboards and Looks.
Inferred read-onlysnowflake_queryExecute a SQL query against Snowflake cloud data warehouse and return results.
Potential side effectsget_azuredevops_work_itemsGet work items (bugs, tasks, user stories, features, epics) from Azure DevOps.
Inferred read-onlyget_wise_balancesRetrieve real-time Wise (TransferWise) multi-currency account balances.
Inferred read-onlyget_wise_exchange_rateGet the current mid-market exchange rate from Wise between any two currencies.
Inferred read-onlyget_chargebee_subscriptionsRetrieve subscription records from Chargebee subscription billing platform.
Inferred read-onlyget_gocardless_mandatesRetrieve direct debit mandate authorizations from GoCardless.
Inferred read-onlyget_gocardless_customersRetrieve customer records from GoCardless direct debit platform.
Inferred read-onlyget_gocardless_payoutsRetrieve payout records from GoCardless — the actual bank transfers of collected funds to your account.
Inferred read-onlyget_pipedrive_activitiesGet scheduled and completed activities from Pipedrive CRM: calls, meetings, tasks, deadlines, and emails.
Inferred read-onlysearch_pipedrive_dealsSearch Pipedrive deals by keyword across deal titles, notes, and custom fields.
Inferred read-onlyget_merit_purchasesGet purchase invoices from Merit Aktiva accounting software.
Potential side effectscreate_merit_customerCreate or update one customer in Merit Aktiva (Merit matches on registry code / name).
Potential side effectsget_merit_general_ledgerGet Merit Aktiva GENERAL LEDGER batches with their entry lines for a period (max 31 days) — the real bookkeeping: depreciation, payroll, interest, accountant corrections, not just invoices.
Inferred read-onlysend_merit_invoice_as_einvoiceSend an EXISTING Merit sales invoice to the customer as a real e-invoice through Merit's e-invoice operator (machine-to-machine into the buyer's accounting software).
Potential side effectsget_merit_revenue_by_monthGet monthly revenue from Merit Aktiva for the current year.
Inferred read-onlyget_merit_customer_debtsGet the customer debts (aging) report from Merit Aktiva: every open sales invoice with total, paid and unpaid amounts plus due date.
Potential side effectsget_merit_income_statementGet the official income statement (kasumiaruanne / profit & loss) report from Merit Aktiva with monthly period columns.
Inferred read-onlyget_merit_balance_sheetGet the official balance sheet (bilanss / statement of financial position) from Merit Aktiva.
Inferred read-onlyget_merit_accountsGet the chart of accounts (kontoplaan) from Merit Aktiva: account code, name and type.
Inferred read-onlyget_merit_payments_periodGet payment records from Merit Aktiva for an explicit date range (get_merit_payments is fixed to the last 3 months).
Potential side effectsget_merit_invoices_periodGet sales invoices from Merit Aktiva for an explicit date range (get_merit_invoices is fixed to the last 3 months).
Inferred read-onlyget_merit_purchases_periodGet purchase (supplier) invoices from Merit Aktiva for an explicit date range (get_merit_purchases is fixed to the last 3 months).
Potential side effectsget_merit_invoice_detailGet one Merit Aktiva sales invoice in full: header, line items (description, quantity, price, VAT, account), payments and attachment flag.
Potential side effectsget_merit_purchase_detailGet one Merit Aktiva purchase (supplier) invoice in full: header, line items, payments and attachment flag.
Potential side effectsget_pandadoc_documentGet full details of a specific PandaDoc document including recipients, fields, pricing, and signing status.
Inferred read-onlyget_simplbooks_invoicesGet sales invoices from SimplBooks Estonian accounting software.
Inferred read-onlyget_simplbooks_articlesGet articles (products/services) from SimplBooks accounting catalog.
Inferred read-onlyget_simplbooks_purchasesGet purchase invoices (bills from suppliers) from SimplBooks accounting.
Potential side effectsget_procountor_invoicesGet invoices from Procountor Finnish financial management software.
Inferred read-onlyget_procountor_partnersGet business partners (customers or suppliers) from Procountor.
Inferred read-onlyget_procountor_productsGet products/services from Procountor financial management.
Inferred read-onlyget_dynamics_invoicesGet sales invoices from Microsoft Dynamics 365 Business Central ERP.
Inferred read-onlyget_dynamics_customersGet customer records from Microsoft Dynamics 365 Business Central.
Inferred read-onlyget_dynamics_itemsGet items/products from Microsoft Dynamics 365 Business Central.
Inferred read-onlyget_monitor_ordersGet sales/production orders from Monitor ERP (Swedish manufacturing system).
Inferred read-onlyget_superoffice_personsGet individual person/contact records from SuperOffice CRM.
Inferred read-onlyget_zohobooks_billsGet bills (purchase invoices from vendors) from Zoho Books.
Potential side effectsget_fattureincloud_invoicesGet invoices from Fatture in Cloud Italian electronic invoicing platform.
Inferred read-onlyget_revolut_counterpartiesGet saved counterparties (payment recipients) from Revolut Business.
Potential side effectsniftyquoter_get_proposalGet full details of a specific NiftyQuoter proposal by ID.
Inferred read-onlybetter_proposals_get_proposalGet full details of a specific Better Proposals proposal by ID.
Inferred read-onlyproposify_get_documentsGet proposals/documents from Proposify document automation platform.
Inferred read-onlyproposify_get_documentGet full details of a specific Proposify document/proposal by ID.
Inferred read-onlyqwilr_get_blocksGet content blocks of a Qwilr page — the individual sections that make up the proposal (text, images, pricing tables, embeds, etc.).
Inferred read-onlycheck_schema_quickQuick lightweight check of which Schema.org types exist on a page.
Inferred read-onlyanalyze_pagespeedAnalyze website loading performance via Google PageSpeed Insights API.
Inferred read-onlycheck_pagespeed_quickQuick side-by-side performance score comparison for both mobile AND desktop in one call.
Inferred read-onlyaudit_pagespeed_fullRun a comprehensive Google Lighthouse audit covering all four categories: Performance (speed, Core Web Vitals), Accessibility (WCAG compliance, screen reader support), SEO (meta tags, crawlability, mobile-friendliness), and Best Practices (HTTPS, console errors, image formats).
Inferred read-onlymonthly_marketing_reportGenerate a comprehensive monthly marketing report in a single call.
Inferred read-onlyget_social_engagement_chartChart-ready per-post engagement across Facebook and Instagram for a date range.
Potential side effectsdpd_request_collectionRequest a DPD courier pickup / collection from your address.
Inferred read-onlyget_usage_summaryGet credit usage statistics: daily usage breakdown, top tools by usage count, and usage by bot type.
Inferred read-onlyget_purchase_urlGenerate a Stripe payment URL where the user can buy more credits.
Potential side effectscreate_dashboardCreate a persistent dashboard page at https://sharksapi.ai/{token}/index.html with any combination of integration data widgets (GA4, GSC, Facebook, LinkedIn, etc.) and agent-authored text content (marketing plans, tasks, commentary).
Potential side effectsupdate_strategy_taskToggle a task on a strategy card — mark as completed or pending.
Inferred read-onlyget_strategy_statusGet the current status of a strategy card — title, mode, and all tasks with their completion state.
Inferred read-onlyinvalidate_dashboard_cacheClear all cached widget data for a dashboard, forcing the next view to refetch live data.
Inferred read-onlyadd_strategy_cardA subagent (SEO, Google Ads, Copywriter, Meta Ads, Analyst, Event, etc.) creates ONE of its own strategy cards — a strategy plus its own to-do list — on its dashboard.
Inferred read-onlyadd_strategy_tasksAppend more to-do items to an existing strategy card (grow the to-do list).
Inferred read-onlyget_team_capabilitiesOrientation for planning: what marketing-agent roles you can use on THIS project, what each does, which SharksAPI data sources are LIVE (connected) vs missing, and the recommended skills per role.
Inferred read-onlyget_team_overviewRead the rolled-up state of a Turundusjuht (manager) Command Center: every subagent's status (ok/attention/critical) and progress, the Top-5 most pressing topics across the team, and marketing-plan pillar coverage.
Potential side effectsset_marketing_planCreate or update the shared marketing plan on a MANAGER dashboard — the team's common foundation.
Potential side effectslink_to_managerAttach an existing standalone agent dashboard under a manager dashboard as a team member (or detach it).
Inferred read-onlydelegate_to_agentsTOP-DOWN delegation: the Turundusjuht (manager) pushes work to one or MORE teammate agents in a single call.
Inferred read-onlymanage_strategy_cardManager control over a teammate's strategy card (the items behind the Turundusjuht Top-5).
Inferred read-onlyinvite_teammateShare full access to THIS project with another person's Claude Cowork — fully A2A, no web page.
Inferred read-onlypropose_plan_inputBottom-up: a teammate agent proposes an input/suggestion into the manager's shared marketing plan (e.g.
Inferred read-onlyapollo_search_peopleSearch for leads/people in Apollo.io database by job title, company name, location, industry, seniority, and other filters.
Inferred read-onlyapollo_search_companiesSearch for companies in Apollo.io database by industry, employee count, location, revenue range, and technology stack.
Inferred read-onlyapollo_enrich_personEnrich a person record using Apollo.io by providing their email address.
Potential side effectsapollo_enrich_companyEnrich a company record using Apollo.io by providing the company domain.
Inferred read-onlysnov_find_emailFind a professional email address using Snov.io by providing a person's first name, last name, and company domain.
Potential side effectssnov_verify_emailVerify whether an email address is valid and deliverable using Snov.io.
Potential side effectssnov_domain_searchFind all publicly available email addresses associated with a company domain using Snov.io.
Potential side effectssnov_get_prospectsRetrieve prospects from a saved Snov.io prospect list by list ID.
Inferred read-onlyclay_enrich_personEnrich a person's profile using Clay's multi-source enrichment engine.
Inferred read-onlyclay_enrich_companyEnrich a company profile using Clay's multi-source data aggregation.
Inferred read-onlyclay_search_peopleSearch Clay's people database using a natural language query or structured filters.
Inferred read-onlytrends_interest_over_timeGet search interest over time for a keyword from Google Trends (12 months default).
Inferred read-onlytrends_related_queriesGet related queries for a keyword from Google Trends — both "rising" (breakout/surging) and "top" (most popular) related searches.
Inferred read-onlytrends_trending_searchesGet real-time trending searches in a country from Google Trends.
Inferred read-onlykeyword_planner_ideasGet keyword ideas from Google Keyword Planner using seed keywords and/or a URL.
Inferred read-onlykeyword_planner_volumesGet historical search volumes for specific keywords from Google Keyword Planner.
Inferred read-onlyubersuggest_keywordsGet keyword suggestions from Ubersuggest (Neil Patel's tool) with search volume, SEO difficulty score, paid difficulty, and CPC estimates.
Inferred read-onlyubersuggest_domainGet a domain overview from Ubersuggest — estimated monthly organic traffic, domain authority score, total backlinks, top organic keywords, and top pages by traffic.
Inferred read-onlytrustpilot_get_profileGet the full business profile from Trustpilot including TrustScore, star rating, total review count, business categories, website URL, response rate to reviews, and claimed status.
Inferred read-onlytrustpilot_reply_reviewReply to a specific Trustpilot review on behalf of the business.
Inferred read-onlycreate_eventCreate a new Google Calendar event on the primary (or connection-scoped) calendar.
Potential side effectsget_upcoming_eventsGet the next N upcoming Google Calendar events, ordered by start time, starting from now.
Inferred read-onlylist_drive_filesList files in a Google Drive folder (or root if folder_id omitted).
Inferred read-onlyget_drive_file_contentDownload and return the text content of a Google Drive file.
Inferred read-onlylist_drive_foldersList subfolders inside a Google Drive folder (or root if parent_id omitted).
Inferred read-onlyupdate_drive_fileOverwrite the content of an existing Drive file (regular files like txt/csv/json — not native Google Docs/Sheets).
Inferred read-onlycreate_spreadsheetCreate a new Google Spreadsheet, optionally seeding the first sheet from A1 with a 2D values array.
Potential side effectsnotion_searchSearch the connected Notion workspace for pages and databases by keyword.
Inferred read-onlynotion_list_databasesList all Notion databases the integration has access to in the connected workspace.
Inferred read-onlynotion_query_databaseQuery rows in a Notion database with optional filter and sorts.
Inferred read-onlycheck_facebook_adsCheck whether a brand, company, or website is actively advertising on Facebook or Instagram using the public Facebook Ad Library.
Inferred read-onlysearch_ariregister_companiesSearch the Estonian Business Registry (ariregister.rik.ee) for companies by EMTAK sector code and annual turnover range.
Inferred read-onlysearch_ariregister_by_nameSearch the Estonian Business Registry by company name keyword.
Inferred read-onlycontribute_skillPublish a skill (a SKILL.md / skill.md playbook you built in your own Cowork) into THIS project's shared team library so teammates can use it.
Potential side effectslist_team_skillsList the project's shared team skills visible to you — every slug with its channel, versions, who contributed each, and which version is canonical (the manager's pick).
Inferred read-onlyget_team_skillFetch the full markdown of a team skill so you can read it, install it (save as .claude/skills/{slug}/SKILL.md), or combine several versions into a better one.
Inferred read-onlycheck_skill_updatesCheck whether the skills you installed are still current — run this in your recurring task so an updated skill reaches agents on the old version.
Inferred read-onlysubmit_draftSubmit a piece of content for the marketing manager to approve — a social post, web text, newsletter, blog/news article, ad text, event text, campaign message or SEO text change.
Potential side effectsreview_draftManager action on a draft: inspect (read only), approve, request_changes (with a note), edit (replace the body), schedule (set scheduled_at), reject (with a note), or publish (mark published after the channel posting is done).
Potential side effectsrevise_draftAgent action: revise a draft the manager sent back (status changes_requested) — text (body), media (media_urls), and/or the requested time (scheduled_at).
Inferred read-onlysubmit_social_postSubmit a Facebook or Instagram post, reel, carousel, or story for human approval.
Potential side effectscancel_social_postCancel a social post you submitted before it reaches the channel (pending_approval, approved, scheduled, or failed).
Potential side effectsget_social_postGet one project-scoped social publishing record and its approval status.
Inferred read-onlyretry_first_commentPost (or re-post) the first comment on an ALREADY PUBLISHED social post whose automatic first comment failed — first_comment_id is empty and first_comment_error explains why (commonly a missing pages_manage_engagement / instagram_manage_comments permission; fix the permission first, then call this).
Potential side effectsget_social_commentsRead the actual comments (text, author, time, like count, hidden state) on a Facebook page post or Instagram media via the Meta Graph API.
Potential side effectsreply_social_commentReply to a comment on the project's Facebook page or Instagram business account, as the page/account.
Inferred read-onlyhide_social_commentHide (or unhide) a comment on the project's Facebook page or Instagram business account — for spam and abuse moderation.
Inferred read-onlyadd_plan_activityAdd an activity to the marketing plan calendar (Annual/Monthly view): a recurring, seasonal or one-time activity placed in one or more months, e.g.
Inferred read-onlylist_plan_activitiesList marketing plan activities for this project (the Annual/Monthly calendar data), ordered by date.
Inferred read-onlyupdate_plan_activityUpdate a plan activity — change its title, months, date, channel, linked draft, notes or task_ref.
Potential side effectsget_plan_documentRead the team's full marketing-plan DOCUMENT (markdown) — the living plan text shown and edited on the /plan page and downloadable as PDF.
Inferred read-onlyupdate_plan_documentCreate or replace the marketing-plan DOCUMENT (full markdown).
Potential side effectsmark_plan_tasks_syncedManager-only bookkeeping: declare that subagent tasks are now re-aligned with the current marketing-plan document.
Inferred read-onlymemory_bootstrapCall FIRST at session start (if no context was handed to you in the A2A task payload): returns the composed working context for this workspace within a ~2500-token budget — all global constraints (incl.
Inferred read-onlymemory_writeWrite-through memory: record every important decision, result, lesson, fact or task_state IMMEDIATELY while working (not in a batch at session end — an interrupted session must not lose memory).
Potential side effectsmemory_searchFull-text search over every memory entry you may read, INCLUDING the archive.
Inferred read-onlymemory_updateAmend an existing memory entry you are allowed to write (title/content/status/pinned/expires_at/task_id).
Potential side effectsmemory_archiveArchive a memory entry (same write permissions as memory_update).
Potential side effectsmemory_reviewOrchestrator only: list duplicates, expired and stale-hot entries so the turundusjuht can consolidate (merge with supersedes_id, archive, re-pin).
Inferred read-onlykeyword_search_volumeGoogle Ads search volume, CPC (EUR/USD), and competition level for a batch of keywords.
Inferred read-onlydomain_keywordsOrganic keywords a domain currently ranks for on Google, via DataForSEO Labs.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sharksapi-ai]
url = "https://sharksapi.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sharksapi-ai": {
"type": "http",
"url": "https://sharksapi.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sharksapi-ai
Remote MCP URL: https://sharksapi.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sharksapi-ai": {
"url": "https://sharksapi.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sharksapi-ai": {
"type": "http",
"url": "https://sharksapi.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sharksapi-ai",
"transport": "streamable-http",
"url": "https://sharksapi.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for sharksapi.ai was fetched 2026-09-06T17:21:30.746Z.
sharksapi.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.