← Registry

API Tools

sharksapi.ai

Search and retrieve details from the SharksAPI.AI tool catalog.

2 endpoints589 known toolsFirst detected June 20, 2026Last detected September 3, 2026

ENDPOINT 1

https://sharksapi.ai/mcp/chatgpt

No auth detected

MCP server metadata

Name
SharksAPI.AI Marketingbot
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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

search

Search the SharksAPI.AI tool catalog and connected project capabilities.

Inferred read-only
fetch

Fetch details for a SharksAPI.AI search result by id.

Inferred read-only

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

No auth detected

MCP server metadata

Name
SharksAPI.AI
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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

search

Search the SharksAPI.AI tool catalog and connected project capabilities.

Inferred read-only
fetch

Fetch details for a SharksAPI.AI search result by id.

Inferred read-only
get_analytics_summary

Get 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-only
get_ga4

Fetch website traffic data from Google Analytics 4 for a date range.

Inferred read-only
get_ga4_channels

Break down website traffic by acquisition channel from GA4.

Inferred read-only
get_ga4_pages

Get the top website pages from GA4 ranked by pageviews, with page title, path, pageviews and sessions.

Inferred read-only
get_ga4_landing_pages

Compatibility alias for page-level GA4 traffic.

Inferred read-only
get_search_console

Fetch Google organic search performance data from Search Console.

Inferred read-only
get_gsc_top_pages

Get the best-performing website pages in Google search ranked by clicks.

Inferred read-only
get_gsc_top_queries

Get the top Google search queries that bring visitors to the website.

Inferred read-only
get_ga4_events

Get all GA4 events with their counts and user numbers for a date range.

Inferred read-only
get_google_business_reviews

Fetch Google Business Profile reviews — rating, reviewer name, comment text, reply status.

Inferred read-only
get_google_business_insights

Fetch Google Business Profile performance insights for a date range.

Inferred read-only
get_google_business_local_seo

Combined 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-only
get_gsc_brand_queries

Filter Google Search Console queries by brand name and compute brand click share.

Inferred read-only
get_ga4_new_vs_returning

Break down website visitors into new vs returning users from GA4.

Inferred read-only
get_clarity

Fetch Microsoft Clarity session insights — sessions, dead clicks, rage clicks, scroll depth, JS errors, quickback clicks, engaged sessions.

Inferred read-only
get_bing_webmaster

Fetch Bing organic search performance from Bing Webmaster Tools for a date range.

Inferred read-only
get_bing_top_queries

Get the top Bing search queries that bring visitors to the website.

Inferred read-only
get_bing_top_pages

Get best-performing pages in Bing search ranked by clicks.

Inferred read-only
get_bing_crawl_stats

Get Bingbot crawl + index statistics for the connected site: pages crawled, crawl errors, indexed page count.

Inferred read-only
get_facebook

Fetch Facebook Page performance metrics for a date range.

Inferred read-only
get_facebook_posts

List Facebook Page posts published in a date range with reactions, likes, comments and shares.

Inferred read-only
get_instagram

Fetch Instagram Business account performance metrics for a date range.

Inferred read-only
get_instagram_posts

List Instagram Business posts published in a date range with media type, likes and comments.

Inferred read-only
get_linkedin

Fetch LinkedIn Company Page analytics for a date range.

Inferred read-only
get_twitter

Fetch Twitter/X account analytics for a date range.

Inferred read-only
get_tiktok

Fetch TikTok account overview via the Display API: display name, verified flag, follower/following counts, total likes and video count, plus profile link.

Inferred read-only
get_tiktok_videos

List the connected TikTok account's own videos with engagement stats: views, likes, comments, shares, title, share URL and post time.

Potential side effects
post_tiktok_video

Publish a video to the connected TikTok account (Content Posting API Direct Post).

Potential side effects
get_tiktok_post_status

Check the processing state of a TikTok video posted with post_tiktok_video.

Inferred read-only
get_google_ads

Fetch Google Ads campaign performance data for a date range.

Inferred read-only
get_meta_ads

Fetch Meta Ads (Facebook & Instagram) campaign performance for a date range.

Inferred read-only
list_wp_posts

List WordPress blog posts with filtering and sorting.

Inferred read-only
get_wp_post

Retrieve a single WordPress post with full content, title, excerpt, categories, tags, featured image, author, and publication date.

Potential side effects
create_wp_post

Create and publish a new WordPress blog post.

Potential side effects
update_wp_post

Update an existing WordPress post by ID.

Potential side effects
list_wp_categories

List the WordPress categories (id, name, slug, post count) so you can pick category IDs/names for create_wp_post / update_wp_post.

Potential side effects
list_wp_tags

List the WordPress tags (id, name, slug, post count).

Potential side effects
create_wp_tag

Create a WordPress tag by name.

Potential side effects
list_wp_pages

List WordPress PAGES (service/landing pages, not blog posts) with id, title, slug, link and status.

Inferred read-only
get_wp_page

Fetch one WordPress page in full (title, content, excerpt, slug, status, link) by page_id.

Inferred read-only
update_wp_page

Update a WordPress service/landing PAGE: title, content (full HTML — send the complete body, it replaces the old one), excerpt, slug or status.

Potential side effects
get_wp_seo_meta

Read the current Rank Math SEO fields (SEO title, meta description, focus keyword, canonical) for a post or page.

Potential side effects
update_wp_seo_meta

Set 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 effects
create_wp_redirect

Create a 301 (or 302) redirect via Rank Math.

Potential side effects
update_wp_schema

Set structured data (Rank Math schema) on a post or page — Article, FAQPage, Service, HowTo etc.

Potential side effects
analyze_wp_seo

Run an AI-powered SEO analysis on a WordPress post.

Potential side effects
get_gtm_container

Overview 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-only
list_gtm_tags

List 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-only
list_gtm_triggers

List 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-only
list_gtm_variables

List 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-only
create_gtm_tag

Add 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-only
create_gtm_trigger

Add a trigger to the GTM WORKSPACE: type pageview, click, linkClick, formSubmission, customEvent, elementVisibility, scrollDepth, timer.

Inferred read-only
create_gtm_variable

Add 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-only
update_gtm_tag

Edit 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 effects
delete_gtm_tag

Delete a tag from the GTM WORKSPACE by tag_id (from list_gtm_tags).

Potential side effects
get_emails

Retrieve a list of emails from the connected email account.

Potential side effects
send_email

Send an email immediately via the connected email service.

Potential side effects
schedule_email

Schedule an email to be sent at a specific future date and time.

Potential side effects
get_email_campaigns

List email marketing campaigns with their name, status, and creation date.

Potential side effects
get_campaign_stats

Get detailed performance statistics for a specific email campaign by ID.

Potential side effects
get_seoshark

Comprehensive SEO snapshot from sharks.pw/seo: project info, keyword list with positions, backlinks overview + toxic backlinks, content overview + technical SEO.

Inferred read-only
get_seoshark_keywords

Tracked keyword positions from sharks.pw/seo.

Inferred read-only
get_seoshark_keyword_history

Position history for a single keyword from sharks.pw/seo — daily/weekly position snapshots over time.

Inferred read-only
get_seoshark_keywords_history

Multi-keyword position history pivoted as time-series rows for chart_line widgets.

Inferred read-only
get_seoshark_backlinks

Backlink list from sharks.pw/seo with referring domain, anchor text, and dofollow/nofollow type.

Inferred read-only
get_seoshark_content

Content overview + technical SEO + word cloud from sharks.pw/seo.

Inferred read-only
search_web_mentions

DEPRECATED: use get_social_mentions instead.

Inferred read-only
get_social_mentions

Aggregates brand mentions across Reddit, YouTube, LinkedIn, Facebook, and Bluesky into a single normalized feed.

Inferred read-only
scrape_website

Scrape and extract data from any public website.

Inferred read-only
analyze_competitor_website

Perform 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-only
monitor_keyword_serp

Check current Google search results (SERP) for specific keywords.

Inferred read-only
create_scheduled_report

Set up an automated recurring marketing report delivered via email.

Potential side effects
get_google_alerts

Retrieve Google Alerts mentions showing where your brand or tracked keywords appeared on the web.

Inferred read-only
get_activecampaign_contacts

Get contacts from ActiveCampaign CRM/email marketing platform with email, name, tags, lists, and engagement score.

Potential side effects
get_activecampaign_deals

Get deals from ActiveCampaign CRM pipeline with value, stage, contact, and owner.

Inferred read-only
get_activecampaign_campaigns

Get email marketing campaigns from ActiveCampaign with name, type, send date, open rate, and click rate.

Potential side effects
get_activecampaign_automations

Get marketing automations from ActiveCampaign with name, status (active/inactive), trigger type, and contact count.

Inferred read-only
get_constantcontact_contacts

Get email subscribers from Constant Contact with email, name, status (active/unsubscribed/removed), and list membership.

Potential side effects
get_constantcontact_campaigns

Get email campaigns from Constant Contact with name, status, send date, and performance metrics (opens, clicks, bounces).

Potential side effects
get_constantcontact_lists

Get subscriber lists from Constant Contact with list name, description, contact count, and creation date.

Inferred read-only
get_constantcontact_stats

Get detailed performance analytics for a specific Constant Contact campaign: sends, opens, clicks, bounces, unsubscribes, open rate, and click rate.

Inferred read-only
get_jotform_forms

Get online forms from Jotform with form title, creation date, submission count, and status.

Inferred read-only
get_jotform_submissions

Get submitted responses for a specific Jotform form.

Inferred read-only
get_buffer_profiles

List social media profiles connected to Buffer scheduling tool.

Inferred read-only
get_buffer_pending_updates

Get upcoming scheduled social media posts from Buffer queue.

Inferred read-only
get_buffer_sent_updates

Get recently published social media posts from Buffer.

Inferred read-only
get_hootsuite_profiles

List social media profiles managed in Hootsuite.

Inferred read-only
get_hootsuite_messages

Get social media messages from Hootsuite.

Inferred read-only
get_hootsuite_scheduled

Get upcoming scheduled social media posts in Hootsuite queue.

Inferred read-only
get_bluesky_profile

Get a Bluesky (AT Protocol) user profile with display name, bio, follower/following counts, and post count.

Potential side effects
get_bluesky_feed

Get recent posts from a Bluesky account feed.

Inferred read-only
get_bluesky_notifications

Get recent Bluesky notifications: likes, reposts, follows, mentions, and replies.

Inferred read-only
get_bluesky_followers

List followers of a Bluesky account with display name, handle, bio, and follower count.

Inferred read-only
get_marketo_leads

Get leads from Marketo marketing automation with email, name, company, score, and status.

Potential side effects
get_marketo_campaigns

Get marketing campaigns from Marketo with name, type, status (active/inactive), and associated program.

Inferred read-only
get_marketo_programs

Get marketing programs from Marketo with name, type (email, event, webinar, nurture), channel, status, and member count.

Potential side effects
get_marketo_emails

Get email templates and assets from Marketo with name, subject line, status (approved/draft), and folder.

Potential side effects
get_posthog_events

Get tracked events from PostHog product analytics with event name, timestamp, user, and properties.

Inferred read-only
get_posthog_persons

Get user profiles from PostHog product analytics with properties, first/last seen dates, and event count.

Inferred read-only
get_posthog_insights

Get saved insights (charts, funnels, retention reports) from PostHog with name, type, filters, and last computed results.

Inferred read-only
get_posthog_feature_flags

Get feature flags from PostHog with name, key, active status, rollout percentage, and targeting filters.

Inferred read-only
get_pendo_guides

Get in-app guides and walkthroughs from Pendo product analytics.

Inferred read-only
get_pendo_features

Get tracked product features from Pendo analytics.

Inferred read-only
get_pendo_pages

Get tracked pages from Pendo product analytics.

Inferred read-only
get_pendo_visitors

Get visitor/user data from Pendo product analytics.

Inferred read-only
get_surveymonkey_surveys

List surveys from SurveyMonkey.

Inferred read-only
get_surveymonkey_details

Get full details of a specific SurveyMonkey survey by ID.

Inferred read-only
get_surveymonkey_responses

Get collected responses for a specific SurveyMonkey survey.

Inferred read-only
list_integrations

Browse the full catalog of 70+ available service integrations with authentication type (api_key, oauth, webhook), required credentials, category, and setup instructions.

Inferred read-only
list_connections

List all currently connected services for this project.

Inferred read-only
get_connection_status

Check the current connection status and health of a specific integrated service.

Inferred read-only
first_value_status

Show this project's activation milestones: approved agent, connected data source, first useful non-setup run, and public dashboard.

Inferred read-only
inspect_runs

Inspect failed and stalled A2A tool runs for this project.

Inferred read-only
diagnose_connections

Run Connection Doctor for this project.

Inferred read-only
repair_connection

Safely retry one connection with a bounded read-only live check.

Inferred read-only
connect_service

Connect a new service by providing API key credentials.

Inferred read-only
disconnect_service

Disconnect an integrated service and remove its stored credentials.

Potential side effects
configure_connection

Update configuration settings for an already-connected service — for example, setting the GA4 property_id, GSC site_url, or Slack channel preferences.

Potential side effects
get_google_forms

List all Google Forms accessible by the connected Google account.

Inferred read-only
get_google_form

Get the full structure of a specific Google Form by ID — including all questions (with type, options, required flag), description, and form settings.

Inferred read-only
get_google_form_responses

Retrieve submitted responses for a specific Google Form.

Inferred read-only
get_google_chat_spaces

List Google Chat spaces (group rooms and DMs) accessible by the connected account.

Inferred read-only
get_google_chat_messages

Retrieve messages from a specific Google Chat space.

Inferred read-only
send_google_chat_message

Send a text message to a Google Chat space, optionally as a reply to an existing thread.

Potential side effects
get_basecamp_projects

List projects from Basecamp project management.

Inferred read-only
get_basecamp_todolists

Get to-do lists within a specific Basecamp project.

Inferred read-only
get_basecamp_todos

Get individual to-do items from a Basecamp to-do list.

Inferred read-only
get_wrike_tasks

Get tasks from Wrike project management.

Inferred read-only
get_wrike_folders

Get folder structure from Wrike workspace.

Inferred read-only
get_wrike_projects

Get projects from Wrike workspace.

Inferred read-only
get_bigcommerce_products

Get products from BigCommerce online store.

Inferred read-only
get_bigcommerce_orders

Get orders from BigCommerce online store.

Inferred read-only
get_bigcommerce_customers

Get customer records from BigCommerce store.

Inferred read-only
get_acuity_appointments

Get appointments from Acuity Scheduling.

Inferred read-only
get_acuity_clients

Get client records from Acuity Scheduling.

Inferred read-only
get_acuity_calendars

Get calendars/staff schedules from Acuity Scheduling.

Inferred read-only
get_calcom_bookings

Get bookings from Cal.com scheduling platform.

Inferred read-only
get_calcom_event_types

Get event types configured in Cal.com — the different meeting types available for booking (e.g., "30 min call", "Product demo").

Inferred read-only
get_calcom_schedules

Get availability schedules from Cal.com defining when bookings can be made.

Inferred read-only
get_deel_contracts

Get contractor/employee contracts from Deel global HR and payroll platform.

Inferred read-only
get_deel_invoices

Get invoices from Deel for contractor payments and services.

Inferred read-only
get_deel_people

Get people (workers and employees) managed through Deel.

Inferred read-only
get_deel_payments

Get payment records from Deel for contractor and employee payouts.

Potential side effects
get_greenhouse_candidates

Get candidates from Greenhouse Applicant Tracking System (ATS).

Inferred read-only
get_greenhouse_jobs

Get open positions/job postings from Greenhouse ATS.

Inferred read-only
get_greenhouse_applications

Get job applications from Greenhouse ATS.

Inferred read-only
get_greenhouse_offers

Get employment offers from Greenhouse ATS.

Inferred read-only
get_resend_emails

Get sent transactional emails from Resend email delivery platform.

Potential side effects
get_resend_domains

Get configured sending domains from Resend.

Inferred read-only
send_resend_email

Send a transactional email via Resend email platform.

Potential side effects
get_tableau_workbooks

Get workbooks from Tableau data visualization platform.

Inferred read-only
get_tableau_views

Get views (dashboards and sheets) from Tableau.

Inferred read-only
get_tableau_datasources

Get data sources configured in Tableau.

Inferred read-only
get_looker_dashboards

Get dashboards from Looker BI platform.

Inferred read-only
get_looker_looks

Get Looks (saved queries and visualizations) from Looker.

Inferred read-only
get_looker_folders

Get folder structure from Looker for organizing dashboards and Looks.

Inferred read-only
snowflake_query

Execute a SQL query against Snowflake cloud data warehouse and return results.

Potential side effects
get_snowflake_databases

List available databases in the Snowflake data warehouse.

Inferred read-only
get_snowflake_tables

List tables within a specific Snowflake database and schema.

Inferred read-only
get_azuredevops_projects

Get projects from Azure DevOps.

Inferred read-only
get_azuredevops_work_items

Get work items (bugs, tasks, user stories, features, epics) from Azure DevOps.

Inferred read-only
get_azuredevops_repos

Get Git repositories from Azure DevOps.

Inferred read-only
get_azuredevops_pipelines

Get CI/CD pipelines from Azure DevOps.

Inferred read-only
get_wise_balances

Retrieve real-time Wise (TransferWise) multi-currency account balances.

Inferred read-only
get_wise_profiles

List all Wise account profiles — both personal and business.

Inferred read-only
get_wise_transfers

Get recent international transfers and payments from Wise.

Inferred read-only
get_wise_exchange_rate

Get the current mid-market exchange rate from Wise between any two currencies.

Inferred read-only
get_chargebee_subscriptions

Retrieve subscription records from Chargebee subscription billing platform.

Inferred read-only
get_chargebee_customers

Retrieve customer records from Chargebee billing.

Inferred read-only
get_chargebee_invoices

Retrieve invoices from Chargebee subscription billing.

Inferred read-only
get_chargebee_plans

Retrieve subscription plans and item prices from Chargebee.

Inferred read-only
get_gocardless_payments

Retrieve direct debit payment records from GoCardless.

Potential side effects
get_gocardless_mandates

Retrieve direct debit mandate authorizations from GoCardless.

Inferred read-only
get_gocardless_customers

Retrieve customer records from GoCardless direct debit platform.

Inferred read-only
get_gocardless_payouts

Retrieve payout records from GoCardless — the actual bank transfers of collected funds to your account.

Inferred read-only
get_pipedrive_deals

Get sales deals from Pipedrive CRM pipeline.

Inferred read-only
get_pipedrive_contacts

Get contact persons from Pipedrive CRM.

Inferred read-only
get_pipedrive_organizations

Get company/organization records from Pipedrive CRM.

Inferred read-only
get_pipedrive_activities

Get scheduled and completed activities from Pipedrive CRM: calls, meetings, tasks, deadlines, and emails.

Inferred read-only
search_pipedrive_deals

Search Pipedrive deals by keyword across deal titles, notes, and custom fields.

Inferred read-only
get_merit_invoices

Get sales invoices from Merit Aktiva accounting software.

Inferred read-only
get_merit_purchases

Get purchase invoices from Merit Aktiva accounting software.

Potential side effects
get_merit_taxes

Get active VAT tax rates and their Merit tax IDs.

Inferred read-only
create_merit_sales_invoice

Create one sales invoice in Merit Aktiva.

Potential side effects
create_merit_customer

Create or update one customer in Merit Aktiva (Merit matches on registry code / name).

Potential side effects
get_merit_general_ledger

Get 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-only
send_merit_invoice_as_einvoice

Send 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 effects
create_merit_purchase_invoice

Create one purchase invoice in Merit Aktiva.

Potential side effects
get_merit_revenue_by_month

Get monthly revenue from Merit Aktiva for the current year.

Inferred read-only
get_merit_customers

Get customer records from Merit Aktiva accounting.

Inferred read-only
get_merit_payments

Get payment records from Merit Aktiva accounting.

Potential side effects
get_merit_customer_debts

Get the customer debts (aging) report from Merit Aktiva: every open sales invoice with total, paid and unpaid amounts plus due date.

Potential side effects
get_merit_income_statement

Get the official income statement (kasumiaruanne / profit & loss) report from Merit Aktiva with monthly period columns.

Inferred read-only
get_merit_balance_sheet

Get the official balance sheet (bilanss / statement of financial position) from Merit Aktiva.

Inferred read-only
get_merit_accounts

Get the chart of accounts (kontoplaan) from Merit Aktiva: account code, name and type.

Inferred read-only
get_merit_payments_period

Get payment records from Merit Aktiva for an explicit date range (get_merit_payments is fixed to the last 3 months).

Potential side effects
get_merit_invoices_period

Get sales invoices from Merit Aktiva for an explicit date range (get_merit_invoices is fixed to the last 3 months).

Inferred read-only
get_merit_purchases_period

Get purchase (supplier) invoices from Merit Aktiva for an explicit date range (get_merit_purchases is fixed to the last 3 months).

Potential side effects
get_merit_invoice_detail

Get one Merit Aktiva sales invoice in full: header, line items (description, quantity, price, VAT, account), payments and attachment flag.

Potential side effects
get_merit_purchase_detail

Get one Merit Aktiva purchase (supplier) invoice in full: header, line items, payments and attachment flag.

Potential side effects
get_merit_products

Get product/service catalog from Merit Aktiva accounting.

Inferred read-only
get_pandadoc_documents

List documents from PandaDoc.

Inferred read-only
get_pandadoc_document

Get full details of a specific PandaDoc document including recipients, fields, pricing, and signing status.

Inferred read-only
create_pandadoc_document

Create a new PandaDoc document from a template.

Potential side effects
send_pandadoc_document

Send a PandaDoc document for e-signing.

Potential side effects
get_pandadoc_templates

List available PandaDoc document templates.

Inferred read-only
get_simplbooks_invoices

Get sales invoices from SimplBooks Estonian accounting software.

Inferred read-only
get_simplbooks_clients

Get client/customer records from SimplBooks accounting.

Inferred read-only
get_simplbooks_articles

Get articles (products/services) from SimplBooks accounting catalog.

Inferred read-only
get_simplbooks_payments

Get payment records from SimplBooks accounting.

Potential side effects
get_simplbooks_purchases

Get purchase invoices (bills from suppliers) from SimplBooks accounting.

Potential side effects
get_procountor_invoices

Get invoices from Procountor Finnish financial management software.

Inferred read-only
get_procountor_partners

Get business partners (customers or suppliers) from Procountor.

Inferred read-only
get_procountor_products

Get products/services from Procountor financial management.

Inferred read-only
get_procountor_ledger

Get ledger receipts and journal entries from Procountor.

Inferred read-only
get_lemonsoft_invoices

Get invoices from Lemonsoft Finnish ERP system.

Inferred read-only
get_lemonsoft_customers

Get customer records from Lemonsoft ERP.

Inferred read-only
get_lemonsoft_products

Get products from Lemonsoft ERP inventory.

Inferred read-only
get_lemonsoft_orders

Get sales orders from Lemonsoft ERP.

Inferred read-only
get_dynamics_invoices

Get sales invoices from Microsoft Dynamics 365 Business Central ERP.

Inferred read-only
get_dynamics_customers

Get customer records from Microsoft Dynamics 365 Business Central.

Inferred read-only
get_dynamics_items

Get items/products from Microsoft Dynamics 365 Business Central.

Inferred read-only
get_sap_invoices

Get sales invoices from SAP Business One ERP.

Inferred read-only
get_sap_partners

Get business partners from SAP Business One.

Inferred read-only
get_sap_items

Get items/products from SAP Business One inventory.

Inferred read-only
get_sap_orders

Get sales orders from SAP Business One.

Inferred read-only
get_fortnox_invoices

Get invoices from Fortnox Swedish accounting software.

Inferred read-only
get_fortnox_customers

Get customer records from Fortnox accounting.

Inferred read-only
get_fortnox_suppliers

Get supplier records from Fortnox accounting.

Inferred read-only
get_fortnox_articles

Get articles/products from Fortnox accounting.

Inferred read-only
get_s4hana_invoices

Get billing documents from SAP S/4HANA enterprise ERP.

Inferred read-only
get_s4hana_customers

Get business partner (customer) records from SAP S/4HANA.

Inferred read-only
get_s4hana_materials

Get material/product master data from SAP S/4HANA.

Inferred read-only
get_s4hana_sales_orders

Get sales orders from SAP S/4HANA.

Inferred read-only
get_monitor_orders

Get sales/production orders from Monitor ERP (Swedish manufacturing system).

Inferred read-only
get_monitor_customers

Get customer records from Monitor ERP.

Inferred read-only
get_monitor_articles

Get articles/products from Monitor ERP inventory.

Inferred read-only
get_monitor_invoices

Get invoices from Monitor ERP.

Inferred read-only
get_economic_invoices

Get booked invoices from e-conomic Danish online accounting.

Inferred read-only
get_economic_customers

Get customer records from e-conomic accounting.

Inferred read-only
get_economic_suppliers

Get supplier records from e-conomic accounting.

Inferred read-only
get_economic_products

Get products from e-conomic accounting catalog.

Inferred read-only
get_superoffice_contacts

Get company/organization records from SuperOffice CRM.

Inferred read-only
get_superoffice_persons

Get individual person/contact records from SuperOffice CRM.

Inferred read-only
get_superoffice_sales

Get sales opportunities from SuperOffice CRM pipeline.

Inferred read-only
get_superoffice_projects

Get project records from SuperOffice CRM.

Inferred read-only
get_tripletex_invoices

Get invoices from Tripletex Norwegian accounting software.

Inferred read-only
get_tripletex_customers

Get customer records from Tripletex accounting.

Inferred read-only
get_tripletex_products

Get products from Tripletex accounting catalog.

Inferred read-only
get_tripletex_accounts

Get ledger accounts from Tripletex chart of accounts.

Inferred read-only
get_visma_invoices

Get customer invoices from Visma Net cloud ERP.

Inferred read-only
get_visma_customers

Get customer records from Visma Net ERP.

Inferred read-only
get_visma_suppliers

Get supplier records from Visma Net ERP.

Inferred read-only
get_visma_items

Get inventory items from Visma Net ERP.

Inferred read-only
get_xero_invoices

Get invoices from Xero cloud accounting.

Inferred read-only
get_xero_contacts

Get contacts (customers and suppliers) from Xero accounting.

Inferred read-only
get_xero_items

Get items/products from Xero inventory.

Inferred read-only
get_xero_accounts

Get chart of accounts from Xero accounting.

Inferred read-only
get_sage_invoices

Get sales invoices from Sage accounting software.

Inferred read-only
get_sage_contacts

Get contacts from Sage accounting.

Inferred read-only
get_sage_products

Get products from Sage accounting catalog.

Inferred read-only
get_sage_purchases

Get purchase invoices from Sage accounting.

Potential side effects
get_quickbooks_invoices

Get invoices from QuickBooks cloud accounting.

Inferred read-only
get_quickbooks_customers

Get customer records from QuickBooks accounting.

Inferred read-only
get_quickbooks_items

Get items/products from QuickBooks.

Inferred read-only
get_quickbooks_vendors

Get vendor/supplier records from QuickBooks accounting.

Inferred read-only
get_zohobooks_invoices

Get invoices from Zoho Books cloud accounting.

Inferred read-only
get_zohobooks_contacts

Get contacts (customers/vendors) from Zoho Books.

Inferred read-only
get_zohobooks_items

Get items/products from Zoho Books inventory.

Inferred read-only
get_zohobooks_bills

Get bills (purchase invoices from vendors) from Zoho Books.

Potential side effects
get_freshbooks_invoices

Get invoices from FreshBooks cloud accounting.

Inferred read-only
get_freshbooks_clients

Get client records from FreshBooks accounting.

Inferred read-only
get_freshbooks_expenses

Get expense records from FreshBooks.

Inferred read-only
get_freshbooks_payments

Get payment records from FreshBooks.

Potential side effects
get_zoho_desk_tickets

Get support tickets from Zoho Desk helpdesk.

Inferred read-only
get_zoho_desk_contacts

Get contact records from Zoho Desk.

Inferred read-only
get_zoho_desk_accounts

Get customer account/organization records from Zoho Desk.

Inferred read-only
get_zoho_desk_agents

Get support agent records from Zoho Desk.

Inferred read-only
get_wave_invoices

Get invoices from Wave free accounting software.

Inferred read-only
get_wave_customers

Get customer records from Wave accounting.

Inferred read-only
get_wave_accounts

Get chart of accounts from Wave accounting.

Inferred read-only
get_wave_products

Get products/items from Wave accounting catalog.

Inferred read-only
get_moneybird_invoices

Get invoices from Moneybird Dutch online accounting.

Inferred read-only
get_moneybird_contacts

Get contacts from Moneybird accounting.

Inferred read-only
get_moneybird_payments

Get payment records from Moneybird.

Potential side effects
get_moneybird_products

Get products from Moneybird accounting catalog.

Inferred read-only
get_bexio_invoices

Get invoices from bexio Swiss business software.

Inferred read-only
get_bexio_contacts

Get contacts from bexio.

Inferred read-only
get_bexio_products

Get products/articles from bexio.

Inferred read-only
get_bexio_orders

Get orders from bexio.

Inferred read-only
get_lexware_invoices

Get invoices from Lexware German accounting software.

Inferred read-only
get_lexware_contacts

Get contacts from Lexware.

Inferred read-only
get_lexware_vouchers

Get vouchers (receipts/expense documents) from Lexware.

Inferred read-only
get_lexware_quotations

Get quotations/estimates from Lexware.

Inferred read-only
get_freeagent_invoices

Get invoices from FreeAgent UK accounting software.

Inferred read-only
get_freeagent_contacts

Get contacts from FreeAgent.

Inferred read-only
get_freeagent_expenses

Get expense claims from FreeAgent.

Inferred read-only
get_freeagent_bills

Get bills (supplier invoices) from FreeAgent.

Inferred read-only
get_fattureincloud_invoices

Get invoices from Fatture in Cloud Italian electronic invoicing platform.

Inferred read-only
get_fattureincloud_clients

Get client records from Fatture in Cloud.

Inferred read-only
get_fattureincloud_suppliers

Get supplier records from Fatture in Cloud.

Inferred read-only
get_fattureincloud_products

Get products from Fatture in Cloud catalog.

Inferred read-only
get_pennylane_invoices

Get invoices from Pennylane French accounting platform.

Inferred read-only
get_pennylane_customers

Get customer records from Pennylane.

Inferred read-only
get_pennylane_suppliers

Get supplier records from Pennylane.

Inferred read-only
get_pennylane_products

Get products from Pennylane accounting catalog.

Inferred read-only
get_revolut_accounts

Get bank accounts from Revolut Business.

Inferred read-only
get_revolut_transactions

Get transaction history from Revolut Business.

Inferred read-only
get_revolut_counterparties

Get saved counterparties (payment recipients) from Revolut Business.

Potential side effects
get_revolut_payments

Get payment records from Revolut Business.

Potential side effects
get_qonto_transactions

Get transactions from Qonto European business banking.

Inferred read-only
get_qonto_members

Get team members from Qonto business account.

Inferred read-only
get_qonto_labels

Get labels/categories from Qonto for transaction organization.

Inferred read-only
get_gorgias_tickets

Get support tickets from Gorgias e-commerce helpdesk.

Inferred read-only
get_gorgias_customers

Get customer records from Gorgias helpdesk.

Inferred read-only
get_gorgias_tags

Get tags used in Gorgias for ticket categorization.

Inferred read-only
get_gorgias_rules

Get automation rules from Gorgias.

Inferred read-only
get_servicenow_incidents

Get IT incidents from ServiceNow ITSM platform.

Inferred read-only
get_servicenow_changes

Get change requests from ServiceNow.

Inferred read-only
get_servicenow_users

Get user records from ServiceNow.

Inferred read-only
get_servicenow_problems

Get problem records from ServiceNow.

Inferred read-only
niftyquoter_get_clients

Get clients from NiftyQuoter proposal software.

Inferred read-only
niftyquoter_get_proposals

Get proposals from NiftyQuoter.

Inferred read-only
niftyquoter_get_proposal

Get full details of a specific NiftyQuoter proposal by ID.

Inferred read-only
niftyquoter_get_templates

Get pricing and service templates from NiftyQuoter.

Inferred read-only
better_proposals_get_proposals

Get all proposals from Better Proposals platform.

Inferred read-only
better_proposals_get_proposal

Get full details of a specific Better Proposals proposal by ID.

Inferred read-only
better_proposals_get_companies

Get all company records from Better Proposals.

Inferred read-only
better_proposals_get_templates

Get all proposal templates from Better Proposals.

Inferred read-only
proposify_get_documents

Get proposals/documents from Proposify document automation platform.

Inferred read-only
proposify_get_document

Get full details of a specific Proposify document/proposal by ID.

Inferred read-only
proposify_get_clients

Get client records from Proposify.

Inferred read-only
proposify_get_templates

Get document templates from Proposify.

Inferred read-only
qwilr_get_pages

Get proposal pages from Qwilr interactive document platform.

Inferred read-only
qwilr_get_page

Get full details of a specific Qwilr page/proposal by ID.

Inferred read-only
qwilr_get_blocks

Get content blocks of a Qwilr page — the individual sections that make up the proposal (text, images, pricing tables, embeds, etc.).

Inferred read-only
qwilr_get_analytics

Get viewing analytics for a Qwilr proposal page.

Inferred read-only
get_sevdesk_invoices

Get sales invoices from sevDesk German cloud accounting.

Inferred read-only
get_sevdesk_contacts

Get contacts from sevDesk accounting.

Inferred read-only
get_sevdesk_transactions

Get bank account transactions from sevDesk.

Inferred read-only
get_sevdesk_vouchers

Get expense vouchers/receipts from sevDesk.

Inferred read-only
get_billomat_invoices

Get sales invoices from Billomat German invoicing software.

Inferred read-only
get_billomat_clients

Get clients from Billomat.

Inferred read-only
get_billomat_expenses

Get incoming invoices/expenses from Billomat.

Inferred read-only
get_weclapp_contacts

Get customers from weclapp CRM & ERP platform.

Inferred read-only
get_weclapp_opportunities

Get sales opportunities from weclapp CRM.

Inferred read-only
get_weclapp_invoices

Get sales invoices from weclapp ERP.

Inferred read-only
get_weclapp_orders

Get sales orders from weclapp ERP.

Inferred read-only
get_personio_employees

Get employees from Personio HR platform.

Inferred read-only
get_personio_employee

Get a single employee's full details from Personio by ID.

Inferred read-only
get_personio_absences

Get time-off/absence records from Personio.

Inferred read-only
get_personio_attendances

Get attendance/time tracking records from Personio.

Inferred read-only
get_datev_documents

Get documents from DATEV accounting platform.

Inferred read-only
get_datev_clients

Get client records from DATEV.

Inferred read-only
get_datev_postings

Get accounting postings from DATEV.

Inferred read-only
get_myfactory_orders

Get sales orders from Myfactory ERP.

Inferred read-only
get_myfactory_products

Get products from Myfactory ERP.

Inferred read-only
get_myfactory_customers

Get customers from Myfactory ERP.

Inferred read-only
get_myfactory_invoices

Get invoices from Myfactory ERP.

Inferred read-only
get_exact_invoices

Get sales invoices from Exact Online.

Inferred read-only
get_exact_accounts

Get CRM accounts from Exact Online.

Inferred read-only
get_exact_items

Get inventory items from Exact Online.

Inferred read-only
get_exact_journals

Get financial journals from Exact Online.

Inferred read-only
get_teamleader_contacts

Get contacts from Teamleader CRM.

Inferred read-only
get_teamleader_companies

Get companies from Teamleader CRM.

Inferred read-only
get_teamleader_deals

Get deals from Teamleader CRM.

Inferred read-only
get_teamleader_invoices

Get invoices from Teamleader.

Inferred read-only
get_twinfield_invoices

Get invoices from Twinfield accounting.

Inferred read-only
get_twinfield_customers

Get customers from Twinfield.

Inferred read-only
get_twinfield_ledgers

Get general ledgers from Twinfield.

Inferred read-only
get_yuki_invoices

Get invoices from Yuki accounting.

Inferred read-only
get_yuki_contacts

Get contacts from Yuki.

Inferred read-only
get_yuki_documents

Get documents from Yuki.

Inferred read-only
get_symfonia_invoices

Get invoices from Symfonia ERP.

Inferred read-only
get_symfonia_contractors

Get contractors from Symfonia.

Inferred read-only
get_symfonia_documents

Get documents from Symfonia.

Inferred read-only
get_comarch_invoices

Get invoices from Comarch ERP.

Inferred read-only
get_comarch_contractors

Get contractors from Comarch ERP.

Inferred read-only
get_comarch_products

Get products from Comarch ERP.

Inferred read-only
get_comarch_orders

Get orders from Comarch ERP.

Inferred read-only
get_holded_invoices

Get invoices from Holded accounting.

Inferred read-only
get_holded_contacts

Get contacts from Holded.

Inferred read-only
get_holded_products

Get products from Holded.

Inferred read-only
get_holded_expenses

Get expenses from Holded.

Inferred read-only
get_quipu_invoices

Get invoices from Quipu accounting.

Inferred read-only
get_quipu_contacts

Get contacts from Quipu.

Inferred read-only
get_quipu_expenses

Get expenses from Quipu.

Inferred read-only
get_teamsystem_invoices

Get invoices from TeamSystem ERP.

Inferred read-only
get_teamsystem_customers

Get customers from TeamSystem.

Inferred read-only
get_teamsystem_documents

Get documents from TeamSystem.

Inferred read-only
get_zucchetti_employees

Get employees from Zucchetti HR.

Inferred read-only
get_zucchetti_payslips

Get payslips from Zucchetti.

Inferred read-only
get_zucchetti_attendance

Get attendance records from Zucchetti.

Inferred read-only
get_cegid_invoices

Get invoices from Cegid ERP.

Inferred read-only
get_cegid_accounts

Get accounts from Cegid.

Inferred read-only
get_cegid_journals

Get journals from Cegid.

Inferred read-only
get_sellsy_invoices

Get invoices from Sellsy CRM.

Inferred read-only
get_sellsy_contacts

Get contacts from Sellsy.

Inferred read-only
get_sellsy_opportunities

Get opportunities from Sellsy.

Inferred read-only
get_sellsy_products

Get products from Sellsy.

Inferred read-only
get_storecove_invoices

Get e-invoices from Storecove (Peppol).

Inferred read-only
send_storecove_invoice

Send an e-invoice via Storecove/Peppol.

Potential side effects
get_storecove_legal_entities

Get legal entities from Storecove.

Inferred read-only
get_fiken_invoices

Get invoices from Fiken Norwegian accounting.

Inferred read-only
get_fiken_contacts

Get contacts from Fiken.

Inferred read-only
get_fiken_products

Get products from Fiken.

Inferred read-only
get_fiken_accounts

Get accounts from Fiken.

Inferred read-only
get_dinero_invoices

Get invoices from Dinero Danish accounting.

Inferred read-only
get_dinero_contacts

Get contacts from Dinero.

Inferred read-only
get_dinero_products

Get products from Dinero.

Inferred read-only
get_billy_invoices

Get invoices from Billy Danish accounting.

Inferred read-only
get_billy_contacts

Get contacts from Billy.

Inferred read-only
get_billy_products

Get products from Billy.

Inferred read-only
get_billy_accounts

Get accounts from Billy.

Inferred read-only
get_netvisor_invoices

Get invoices from Netvisor Finnish accounting.

Inferred read-only
get_netvisor_customers

Get customers from Netvisor.

Inferred read-only
get_netvisor_products

Get products from Netvisor.

Inferred read-only
get_directo_invoices

Get invoices from Directo Estonian ERP.

Inferred read-only
get_directo_customers

Get customers from Directo.

Inferred read-only
get_directo_articles

Get articles/products from Directo.

Inferred read-only
get_finbite_invoices

Get e-invoices from Finbite.

Inferred read-only
get_finbite_documents

Get documents from Finbite.

Inferred read-only
send_finbite_invoice

Send an e-invoice via Finbite.

Potential side effects
get_smartaccounts_invoices

Get invoices from SmartAccounts Estonian accounting.

Inferred read-only
get_smartaccounts_clients

Get clients from SmartAccounts.

Inferred read-only
get_smartaccounts_articles

Get articles from SmartAccounts.

Inferred read-only
get_rivile_invoices

Get invoices from Rivilė Lithuanian ERP.

Inferred read-only
get_rivile_clients

Get clients from Rivilė.

Inferred read-only
get_rivile_products

Get products from Rivilė.

Inferred read-only
get_kashflow_invoices

Get invoices from KashFlow UK accounting.

Inferred read-only
get_kashflow_customers

Get customers from KashFlow.

Inferred read-only
get_kashflow_receipts

Get receipts from KashFlow.

Inferred read-only
get_mollie_payments

Get payments from Mollie payment platform.

Potential side effects
get_mollie_customers

Get customers from Mollie.

Inferred read-only
get_mollie_refunds

Get refunds from Mollie.

Inferred read-only
get_mollie_balances

Get balances from Mollie.

Inferred read-only
get_sumup_transactions

Get transactions from SumUp POS.

Inferred read-only
get_sumup_profile

Get merchant profile from SumUp.

Inferred read-only
get_sumup_payouts

Get payouts from SumUp.

Inferred read-only
get_hibob_employees

Get employees from HiBob HR platform.

Inferred read-only
get_hibob_timeoff

Get time-off requests from HiBob.

Inferred read-only
get_hibob_attendance

Get attendance from HiBob.

Inferred read-only
get_hibob_reports

Get HR reports from HiBob.

Inferred read-only
get_remote_employees

Get employees from Remote.com HR.

Inferred read-only
get_remote_countries

Get supported countries from Remote.com.

Inferred read-only
get_remote_timeoff

Get time-off requests from Remote.com.

Inferred read-only
get_oyster_people

Get people/employees from Oyster HR.

Inferred read-only
get_oyster_departments

Get departments from Oyster HR.

Inferred read-only
get_oyster_timeoff

Get time-off requests from Oyster HR.

Inferred read-only
analyze_schema

Perform a full Schema.org structured data audit on any webpage.

Inferred read-only
check_schema_quick

Quick lightweight check of which Schema.org types exist on a page.

Inferred read-only
validate_schema_type

Validate a specific Schema.org type (e.g.

Inferred read-only
analyze_pagespeed

Analyze website loading performance via Google PageSpeed Insights API.

Inferred read-only
check_pagespeed_quick

Quick side-by-side performance score comparison for both mobile AND desktop in one call.

Inferred read-only
audit_pagespeed_full

Run 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-only
monthly_marketing_report

Generate a comprehensive monthly marketing report in a single call.

Inferred read-only
get_social_engagement_chart

Chart-ready per-post engagement across Facebook and Instagram for a date range.

Potential side effects
dpd_track_parcel

Track a DPD parcel by tracking number.

Inferred read-only
dpd_get_pickup_points

Get DPD Pickup parcel lockers and pickup points.

Inferred read-only
dpd_find_nearest_pickup

Find the nearest DPD pickup points by GPS coordinates.

Inferred read-only
dpd_create_shipment

Create a new DPD shipment / parcel.

Potential side effects
dpd_get_label

Get shipping label PDF or ZPL for a DPD parcel.

Inferred read-only
dpd_request_collection

Request a DPD courier pickup / collection from your address.

Inferred read-only
dpd_close_day

Close/manifest DPD shipments for the day.

Inferred read-only
venipak_track_shipment

Track a Venipak shipment by tracking number/barcode.

Inferred read-only
venipak_get_pickup_points

Get Venipak pickup points and parcel lockers.

Inferred read-only
venipak_find_nearest_pickup

Find nearest Venipak pickup points by GPS coordinates.

Inferred read-only
venipak_create_shipment

Create a new Venipak shipment.

Potential side effects
venipak_get_label

Get shipping label for a Venipak shipment.

Inferred read-only
venipak_request_collection

Request Venipak courier pickup from your address.

Inferred read-only
venipak_create_manifest

Create manifest / close day for Venipak shipments.

Potential side effects
lhv_get_balances

Get LHV Bank account balance (real-time).

Inferred read-only
lhv_get_transactions

Get LHV Bank account statement (transaction history).

Inferred read-only
lhv_initiate_payment

Initiate a SEPA credit transfer via LHV Bank.

Potential side effects
lhv_get_messages

Check for pending LHV Bank messages (async responses).

Inferred read-only
get_credit_status

Check current credit balance for this project.

Inferred read-only
get_usage_summary

Get credit usage statistics: daily usage breakdown, top tools by usage count, and usage by bot type.

Inferred read-only
get_purchase_url

Generate a Stripe payment URL where the user can buy more credits.

Potential side effects
create_dashboard

Create 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 effects
get_dashboard

Fetch a dashboard's configuration by its public token.

Inferred read-only
read_dashboard

Read a FULL dashboard — layout AND live widget data — in one call.

Inferred read-only
update_dashboard

Partially update an existing dashboard by token.

Potential side effects
delete_dashboard

Permanently delete a dashboard by its public token.

Potential side effects
update_strategy_task

Toggle a task on a strategy card — mark as completed or pending.

Inferred read-only
get_strategy_status

Get the current status of a strategy card — title, mode, and all tasks with their completion state.

Inferred read-only
delete_strategy_task

Delete a task from a strategy card.

Potential side effects
invalidate_dashboard_cache

Clear all cached widget data for a dashboard, forcing the next view to refetch live data.

Inferred read-only
add_strategy_card

A 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-only
add_strategy_tasks

Append more to-do items to an existing strategy card (grow the to-do list).

Inferred read-only
get_team_capabilities

Orientation 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-only
get_team_overview

Read 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 effects
set_marketing_plan

Create or update the shared marketing plan on a MANAGER dashboard — the team's common foundation.

Potential side effects
link_to_manager

Attach an existing standalone agent dashboard under a manager dashboard as a team member (or detach it).

Inferred read-only
delegate_to_agents

TOP-DOWN delegation: the Turundusjuht (manager) pushes work to one or MORE teammate agents in a single call.

Inferred read-only
manage_strategy_card

Manager control over a teammate's strategy card (the items behind the Turundusjuht Top-5).

Inferred read-only
invite_teammate

Share full access to THIS project with another person's Claude Cowork — fully A2A, no web page.

Inferred read-only
propose_plan_input

Bottom-up: a teammate agent proposes an input/suggestion into the manager's shared marketing plan (e.g.

Inferred read-only
apollo_search_people

Search for leads/people in Apollo.io database by job title, company name, location, industry, seniority, and other filters.

Inferred read-only
apollo_search_companies

Search for companies in Apollo.io database by industry, employee count, location, revenue range, and technology stack.

Inferred read-only
apollo_enrich_person

Enrich a person record using Apollo.io by providing their email address.

Potential side effects
apollo_enrich_company

Enrich a company record using Apollo.io by providing the company domain.

Inferred read-only
snov_find_email

Find a professional email address using Snov.io by providing a person's first name, last name, and company domain.

Potential side effects
snov_verify_email

Verify whether an email address is valid and deliverable using Snov.io.

Potential side effects
snov_domain_search

Find all publicly available email addresses associated with a company domain using Snov.io.

Potential side effects
snov_get_prospects

Retrieve prospects from a saved Snov.io prospect list by list ID.

Inferred read-only
clay_enrich_person

Enrich a person's profile using Clay's multi-source enrichment engine.

Inferred read-only
clay_enrich_company

Enrich a company profile using Clay's multi-source data aggregation.

Inferred read-only
clay_search_people

Search Clay's people database using a natural language query or structured filters.

Inferred read-only
trends_interest_over_time

Get search interest over time for a keyword from Google Trends (12 months default).

Inferred read-only
trends_related_queries

Get related queries for a keyword from Google Trends — both "rising" (breakout/surging) and "top" (most popular) related searches.

Inferred read-only
trends_trending_searches

Get real-time trending searches in a country from Google Trends.

Inferred read-only
keyword_planner_ideas

Get keyword ideas from Google Keyword Planner using seed keywords and/or a URL.

Inferred read-only
keyword_planner_volumes

Get historical search volumes for specific keywords from Google Keyword Planner.

Inferred read-only
ubersuggest_keywords

Get keyword suggestions from Ubersuggest (Neil Patel's tool) with search volume, SEO difficulty score, paid difficulty, and CPC estimates.

Inferred read-only
ubersuggest_domain

Get a domain overview from Ubersuggest — estimated monthly organic traffic, domain authority score, total backlinks, top organic keywords, and top pages by traffic.

Inferred read-only
trustpilot_find_business

Find a business on Trustpilot by domain name.

Inferred read-only
trustpilot_get_reviews

Get recent reviews for a business on Trustpilot.

Inferred read-only
trustpilot_get_profile

Get 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-only
trustpilot_reply_review

Reply to a specific Trustpilot review on behalf of the business.

Inferred read-only
g2_get_product

Get product information from G2 by product ID.

Inferred read-only
g2_get_reviews

Get recent G2 reviews for a product.

Inferred read-only
g2_get_competitors

Get competitor products listed on G2 for a given product.

Inferred read-only
capterra_get_product

Get product information from Capterra by product slug.

Inferred read-only
capterra_get_reviews

Get recent Capterra reviews for a product by slug.

Inferred read-only
list_calendars

List all Google Calendars the user has access to.

Inferred read-only
list_events

List Google Calendar events between two dates (RFC3339 date-times).

Inferred read-only
create_event

Create a new Google Calendar event on the primary (or connection-scoped) calendar.

Potential side effects
get_upcoming_events

Get the next N upcoming Google Calendar events, ordered by start time, starting from now.

Inferred read-only
list_drive_files

List files in a Google Drive folder (or root if folder_id omitted).

Inferred read-only
search_drive

Search Google Drive files by keyword across file names.

Inferred read-only
get_drive_file_content

Download and return the text content of a Google Drive file.

Inferred read-only
list_drive_folders

List subfolders inside a Google Drive folder (or root if parent_id omitted).

Inferred read-only
create_drive_file

Create a new file in Google Drive with text content.

Potential side effects
update_drive_file

Overwrite the content of an existing Drive file (regular files like txt/csv/json — not native Google Docs/Sheets).

Inferred read-only
create_drive_folder

Create a new folder in Google Drive.

Potential side effects
delete_drive_file

Permanently delete a Drive file or folder by id.

Potential side effects
read_sheet

Read a range from a Google Sheet.

Inferred read-only
update_sheet

Write (overwrite) values into a Google Sheet range.

Potential side effects
append_sheet

Append rows to the end of a table in a Google Sheet.

Inferred read-only
create_spreadsheet

Create a new Google Spreadsheet, optionally seeding the first sheet from A1 with a 2D values array.

Potential side effects
get_doc

Read a Google Doc by id.

Inferred read-only
create_doc

Create a new Google Doc with optional initial body text.

Potential side effects
append_doc_text

Append text to the end of a Google Doc body.

Inferred read-only
notion_search

Search the connected Notion workspace for pages and databases by keyword.

Inferred read-only
notion_list_databases

List all Notion databases the integration has access to in the connected workspace.

Inferred read-only
notion_get_page

Get a specific Notion page by id.

Inferred read-only
notion_query_database

Query rows in a Notion database with optional filter and sorts.

Inferred read-only
notion_create_page

Create a new page in a Notion database.

Potential side effects
check_facebook_ads

Check whether a brand, company, or website is actively advertising on Facebook or Instagram using the public Facebook Ad Library.

Inferred read-only
search_ariregister_companies

Search the Estonian Business Registry (ariregister.rik.ee) for companies by EMTAK sector code and annual turnover range.

Inferred read-only
search_ariregister_by_name

Search the Estonian Business Registry by company name keyword.

Inferred read-only
contribute_skill

Publish 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 effects
list_team_skills

List 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-only
get_team_skill

Fetch 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-only
promote_skill

MANAGER ONLY.

Inferred read-only
check_skill_updates

Check 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-only
submit_draft

Submit 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 effects
list_drafts

List content drafts for this project, newest/most-urgent first.

Inferred read-only
review_draft

Manager 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 effects
revise_draft

Agent 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-only
submit_social_post

Submit a Facebook or Instagram post, reel, carousel, or story for human approval.

Potential side effects
list_social_posts

List approval-first social publishing records for this project.

Inferred read-only
cancel_social_post

Cancel a social post you submitted before it reaches the channel (pending_approval, approved, scheduled, or failed).

Potential side effects
get_social_post

Get one project-scoped social publishing record and its approval status.

Inferred read-only
retry_first_comment

Post (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 effects
get_social_comments

Read 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 effects
reply_social_comment

Reply to a comment on the project's Facebook page or Instagram business account, as the page/account.

Inferred read-only
hide_social_comment

Hide (or unhide) a comment on the project's Facebook page or Instagram business account — for spam and abuse moderation.

Inferred read-only
add_plan_activity

Add 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-only
list_plan_activities

List marketing plan activities for this project (the Annual/Monthly calendar data), ordered by date.

Inferred read-only
update_plan_activity

Update a plan activity — change its title, months, date, channel, linked draft, notes or task_ref.

Potential side effects
get_plan_document

Read 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-only
update_plan_document

Create or replace the marketing-plan DOCUMENT (full markdown).

Potential side effects
mark_plan_tasks_synced

Manager-only bookkeeping: declare that subagent tasks are now re-aligned with the current marketing-plan document.

Inferred read-only
memory_bootstrap

Call 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-only
memory_write

Write-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 effects
memory_get

Read one memory entry by id if it is visible to your role.

Inferred read-only
memory_search

Full-text search over every memory entry you may read, INCLUDING the archive.

Inferred read-only
memory_update

Amend an existing memory entry you are allowed to write (title/content/status/pinned/expires_at/task_id).

Potential side effects
memory_archive

Archive a memory entry (same write permissions as memory_update).

Potential side effects
memory_review

Orchestrator only: list duplicates, expired and stale-hot entries so the turundusjuht can consolidate (merge with supersedes_id, archive, re-pin).

Inferred read-only
search_serp_google

Live Google organic SERP for a keyword.

Inferred read-only
keyword_search_volume

Google Ads search volume, CPC (EUR/USD), and competition level for a batch of keywords.

Inferred read-only
domain_keywords

Organic keywords a domain currently ranks for on Google, via DataForSEO Labs.

Inferred read-only
backlinks_summary

Backlink profile overview for any domain.

Inferred read-only

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]
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.

Trust status Neutral

sharksapi.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.