Advisors AI — Route a Store Need to a Service
What this MCP does
Matches store needs to published services, provides package details and pricing, and prepares request links.
Tools
Input schema
{'type': 'object', 'title': 'tool_get_serviceArguments', 'required': ['service_id'], 'properties': {'language': {'enum': ['ar', 'en'], 'type': 'string', 'title': 'Language', 'default': 'ar', 'description': 'Response language: ar or en.'}, 'service_id': {'enum': ['store-assistant', 'store-audit', 'ai-visibility', 'custom-monitor', 'agent-team'], 'type': 'string', 'title': 'Service Id', 'description': 'One id returned by the list tool.'}}, 'additionalProperties': False}
Output schema
{'type': 'object', '$defs': {'PackageOutput': {'type': 'object', 'title': 'PackageOutput', 'required': ['package_id', 'service_id', 'name', 'billing_kind', 'currency', 'product_package', 'eligibility'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'currency': {'type': 'string', 'title': 'Currency'}, 'price_usd': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Price Usd', 'default': None}, 'package_id': {'type': 'string', 'title': 'Package Id'}, 'service_id': {'enum': ['store-assistant', 'store-audit', 'ai-visibility', 'custom-monitor', 'agent-team'], 'type': 'string', 'title': 'Service Id'}, 'eligibility': {'$ref': '#/$defs/EligibilityOutput'}, 'billing_kind': {'enum': ['fixed', 'quote_required', 'recurring'], 'type': 'string', 'title': 'Billing Kind'}, 'base_price_usd': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Base Price Usd', 'default': None}, 'product_package': {'type': 'string', 'title': 'Product Package'}, 'billing_interval': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Billing Interval', 'default': None}}, 'additionalProperties': False}, 'ServiceOutput': {'type': 'object', 'title': 'ServiceOutput', 'required': ['service_id', 'name', 'summary', 'for_whom', 'service_url', 'sample_url', 'sample_language', 'sample_status'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'limits': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Limits', 'default': None}, 'summary': {'type': 'string', 'title': 'Summary'}, 'delivery': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Delivery', 'default': None}, 'for_whom': {'type': 'string', 'title': 'For Whom'}, 'packages': {'type': 'array', 'items': {'$ref': '#/$defs/PackageOutput'}, 'title': 'Packages'}, 'terms_url': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Terms Url', 'default': None}, 'sample_url': {'type': 'string', 'title': 'Sample Url'}, 'service_id': {'enum': ['store-assistant', 'store-audit', 'ai-visibility', 'custom-monitor', 'agent-team'], 'type': 'string', 'title': 'Service Id'}, 'match_score': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Match Score', 'default': None}, 'service_url': {'type': 'string', 'title': 'Service Url'}, 'sample_status': {'enum': ['available', 'arabic_only'], 'type': 'string', 'title': 'Sample Status'}, 'sample_language': {'type': 'string', 'const': 'ar', 'title': 'Sample Language'}}, 'additionalProperties': False}, 'EligibilityOutput': {'type': 'object', 'title': 'EligibilityOutput', 'required': ['kind'], 'properties': {'kind': {'type': 'string', 'title': 'Kind'}, 'service_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Service Id', 'default': None}, 'minimum_age_days': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Minimum Age Days', 'default': None}, 'allowed_package_ids': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Allowed Package Ids'}}, 'additionalProperties': False}}, 'title': 'GetServiceOutput', 'required': ['ok', 'status', 'catalog_version', 'catalog_fingerprint_sha256', 'service'], 'properties': {'ok': {'type': 'boolean', 'const': True, 'title': 'Ok'}, 'status': {'type': 'string', 'const': 'public_service_detail', 'title': 'Status'}, 'service': {'$ref': '#/$defs/ServiceOutput'}, 'catalog_version': {'type': 'string', 'title': 'Catalog Version'}, 'catalog_fingerprint_sha256': {'type': 'string', 'title': 'Catalog Fingerprint Sha256'}}, 'additionalProperties': False}
Input schema
{'type': 'object', 'title': 'tool_list_servicesArguments', 'properties': {'language': {'enum': ['ar', 'en'], 'type': 'string', 'title': 'Language', 'default': 'ar', 'description': 'Response language: ar or en.'}}, 'additionalProperties': False}
Output schema
{'type': 'object', '$defs': {'PackageOutput': {'type': 'object', 'title': 'PackageOutput', 'required': ['package_id', 'service_id', 'name', 'billing_kind', 'currency', 'product_package', 'eligibility'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'currency': {'type': 'string', 'title': 'Currency'}, 'price_usd': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Price Usd', 'default': None}, 'package_id': {'type': 'string', 'title': 'Package Id'}, 'service_id': {'enum': ['store-assistant', 'store-audit', 'ai-visibility', 'custom-monitor', 'agent-team'], 'type': 'string', 'title': 'Service Id'}, 'eligibility': {'$ref': '#/$defs/EligibilityOutput'}, 'billing_kind': {'enum': ['fixed', 'quote_required', 'recurring'], 'type': 'string', 'title': 'Billing Kind'}, 'base_price_usd': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Base Price Usd', 'default': None}, 'product_package': {'type': 'string', 'title': 'Product Package'}, 'billing_interval': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Billing Interval', 'default': None}}, 'additionalProperties': False}, 'ServiceOutput': {'type': 'object', 'title': 'ServiceOutput', 'required': ['service_id', 'name', 'summary', 'for_whom', 'service_url', 'sample_url', 'sample_language', 'sample_status'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'limits': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Limits', 'default': None}, 'summary': {'type': 'string', 'title': 'Summary'}, 'delivery': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Delivery', 'default': None}, 'for_whom': {'type': 'string', 'title': 'For Whom'}, 'packages': {'type': 'array', 'items': {'$ref': '#/$defs/PackageOutput'}, 'title': 'Packages'}, 'terms_url': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Terms Url', 'default': None}, 'sample_url': {'type': 'string', 'title': 'Sample Url'}, 'service_id': {'enum': ['store-assistant', 'store-audit', 'ai-visibility', 'custom-monitor', 'agent-team'], 'type': 'string', 'title': 'Service Id'}, 'match_score': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Match Score', 'default': None}, 'service_url': {'type': 'string', 'title': 'Service Url'}, 'sample_status': {'enum': ['available', 'arabic_only'], 'type': 'string', 'title': 'Sample Status'}, 'sample_language': {'type': 'string', 'const': 'ar', 'title': 'Sample Language'}}, 'additionalProperties': False}, 'EligibilityOutput': {'type': 'object', 'title': 'EligibilityOutput', 'required': ['kind'], 'properties': {'kind': {'type': 'string', 'title': 'Kind'}, 'service_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Service Id', 'default': None}, 'minimum_age_days': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Minimum Age Days', 'default': None}, 'allowed_package_ids': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Allowed Package Ids'}}, 'additionalProperties': False}}, 'title': 'ListServicesOutput', 'required': ['ok', 'status', 'service_count', 'package_count', 'catalog_version', 'catalog_fingerprint_sha256', 'services', 'deployed_channel', 'attribution_status'], 'properties': {'ok': {'type': 'boolean', 'const': True, 'title': 'Ok'}, 'status': {'type': 'string', 'const': 'public_catalogue', 'title': 'Status'}, 'services': {'type': 'array', 'items': {'$ref': '#/$defs/ServiceOutput'}, 'title': 'Services'}, 'package_count': {'type': 'integer', 'const': 11, 'title': 'Package Count'}, 'service_count': {'type': 'integer', 'const': 5, 'title': 'Service Count'}, 'catalog_version': {'type': 'string', 'title': 'Catalog Version'}, 'deployed_channel': {'type': 'string', 'title': 'Deployed Channel'}, 'attribution_status': {'type': 'string', 'const': 'link_only_not_order_bound', 'title': 'Attribution Status'}, 'catalog_fingerprint_sha256': {'type': 'string', 'title': 'Catalog Fingerprint Sha256'}}, 'additionalProperties': False}
Input schema
{'type': 'object', 'title': 'tool_match_serviceArguments', 'required': ['need'], 'properties': {'need': {'type': 'string', 'title': 'Need', 'examples': ['We need an audit trail and permission boundaries for our agents.'], 'maxLength': 2000, 'minLength': 1, 'description': 'Business need only; do not include credentials or personal data.'}, 'language': {'enum': ['ar', 'en'], 'type': 'string', 'title': 'Language', 'default': 'ar', 'description': 'Response language: ar or en.'}}, 'additionalProperties': False}
Output schema
{'type': 'object', '$defs': {'PackageOutput': {'type': 'object', 'title': 'PackageOutput', 'required': ['package_id', 'service_id', 'name', 'billing_kind', 'currency', 'product_package', 'eligibility'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'currency': {'type': 'string', 'title': 'Currency'}, 'price_usd': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Price Usd', 'default': None}, 'package_id': {'type': 'string', 'title': 'Package Id'}, 'service_id': {'enum': ['store-assistant', 'store-audit', 'ai-visibility', 'custom-monitor', 'agent-team'], 'type': 'string', 'title': 'Service Id'}, 'eligibility': {'$ref': '#/$defs/EligibilityOutput'}, 'billing_kind': {'enum': ['fixed', 'quote_required', 'recurring'], 'type': 'string', 'title': 'Billing Kind'}, 'base_price_usd': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Base Price Usd', 'default': None}, 'product_package': {'type': 'string', 'title': 'Product Package'}, 'billing_interval': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Billing Interval', 'default': None}}, 'additionalProperties': False}, 'ServiceOutput': {'type': 'object', 'title': 'ServiceOutput', 'required': ['service_id', 'name', 'summary', 'for_whom', 'service_url', 'sample_url', 'sample_language', 'sample_status'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'limits': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Limits', 'default': None}, 'summary': {'type': 'string', 'title': 'Summary'}, 'delivery': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Delivery', 'default': None}, 'for_whom': {'type': 'string', 'title': 'For Whom'}, 'packages': {'type': 'array', 'items': {'$ref': '#/$defs/PackageOutput'}, 'title': 'Packages'}, 'terms_url': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Terms Url', 'default': None}, 'sample_url': {'type': 'string', 'title': 'Sample Url'}, 'service_id': {'enum': ['store-assistant', 'store-audit', 'ai-visibility', 'custom-monitor', 'agent-team'], 'type': 'string', 'title': 'Service Id'}, 'match_score': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Match Score', 'default': None}, 'service_url': {'type': 'string', 'title': 'Service Url'}, 'sample_status': {'enum': ['available', 'arabic_only'], 'type': 'string', 'title': 'Sample Status'}, 'sample_language': {'type': 'string', 'const': 'ar', 'title': 'Sample Language'}}, 'additionalProperties': False}, 'EligibilityOutput': {'type': 'object', 'title': 'EligibilityOutput', 'required': ['kind'], 'properties': {'kind': {'type': 'string', 'title': 'Kind'}, 'service_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Service Id', 'default': None}, 'minimum_age_days': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Minimum Age Days', 'default': None}, 'allowed_package_ids': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Allowed Package Ids'}}, 'additionalProperties': False}}, 'title': 'MatchServiceOutput', 'required': ['ok', 'status', 'recommendations', 'scoring_method'], 'properties': {'ok': {'type': 'boolean', 'const': True, 'title': 'Ok'}, 'status': {'enum': ['matched_public_service', 'needs_clarification'], 'type': 'string', 'title': 'Status'}, 'question': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Question', 'default': None}, 'confidence': {'anyOf': [{'enum': ['high', 'medium'], 'type': 'string'}, {'type': 'null'}], 'title': 'Confidence', 'default': None}, 'claim_boundary': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Claim Boundary', 'default': None}, 'scoring_method': {'type': 'string', 'const': 'bounded deterministic keyword evidence', 'title': 'Scoring Method'}, 'recommendations': {'type': 'array', 'items': {'$ref': '#/$defs/ServiceOutput'}, 'title': 'Recommendations'}}, 'additionalProperties': False}
Input schema
{'type': 'object', 'title': 'tool_prepare_linkArguments', 'required': ['package_id'], 'properties': {'language': {'enum': ['ar', 'en'], 'type': 'string', 'title': 'Language', 'default': 'ar', 'description': 'Request-page language: ar or en.'}, 'package_id': {'type': 'string', 'title': 'Package Id', 'pattern': '^[a-z0-9-]+\\.[a-z0-9-]+$', 'examples': ['store-audit.first-audit'], 'maxLength': 120, 'minLength': 3, 'description': 'Published package id returned by advisors_catalog_get_service.'}}, 'additionalProperties': False}
Output schema
{'type': 'object', '$defs': {'PackageOutput': {'type': 'object', 'title': 'PackageOutput', 'required': ['package_id', 'service_id', 'name', 'billing_kind', 'currency', 'product_package', 'eligibility'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'currency': {'type': 'string', 'title': 'Currency'}, 'price_usd': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Price Usd', 'default': None}, 'package_id': {'type': 'string', 'title': 'Package Id'}, 'service_id': {'enum': ['store-assistant', 'store-audit', 'ai-visibility', 'custom-monitor', 'agent-team'], 'type': 'string', 'title': 'Service Id'}, 'eligibility': {'$ref': '#/$defs/EligibilityOutput'}, 'billing_kind': {'enum': ['fixed', 'quote_required', 'recurring'], 'type': 'string', 'title': 'Billing Kind'}, 'base_price_usd': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Base Price Usd', 'default': None}, 'product_package': {'type': 'string', 'title': 'Product Package'}, 'billing_interval': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Billing Interval', 'default': None}}, 'additionalProperties': False}, 'EligibilityOutput': {'type': 'object', 'title': 'EligibilityOutput', 'required': ['kind'], 'properties': {'kind': {'type': 'string', 'title': 'Kind'}, 'service_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Service Id', 'default': None}, 'minimum_age_days': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Minimum Age Days', 'default': None}, 'allowed_package_ids': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Allowed Package Ids'}}, 'additionalProperties': False}}, 'title': 'RequestLinkOutput', 'required': ['ok', 'status', 'package', 'request_url', 'creates_order', 'charges_customer', 'eligibility_status', 'attribution_status'], 'properties': {'ok': {'type': 'boolean', 'const': True, 'title': 'Ok'}, 'status': {'type': 'string', 'const': 'request_link_prepared', 'title': 'Status'}, 'package': {'$ref': '#/$defs/PackageOutput'}, 'request_url': {'type': 'string', 'title': 'Request Url'}, 'creates_order': {'type': 'boolean', 'const': False, 'title': 'Creates Order'}, 'charges_customer': {'type': 'boolean', 'const': False, 'title': 'Charges Customer'}, 'attribution_status': {'type': 'string', 'const': 'not_bound_to_order', 'title': 'Attribution Status'}, 'eligibility_status': {'type': 'string', 'const': 'server_verifies_at_request_time', 'title': 'Eligibility Status'}}, 'additionalProperties': False}
Input schema
{'type': 'object', 'title': 'tool_check_basicsArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url', 'examples': ['https://example.com'], 'maxLength': 2048, 'minLength': 4, 'description': 'Public HTTP(S) website; private networks, credentials, and unusual ports are rejected.'}, 'language': {'enum': ['ar', 'en'], 'type': 'string', 'title': 'Language', 'default': 'ar', 'description': 'Response language: ar or en.'}}, 'additionalProperties': False}
Output schema
{'type': 'object', '$defs': {'SignalOutput': {'type': 'object', 'title': 'SignalOutput', 'required': ['key', 'ok', 'detail', 'weight', 'evidence'], 'properties': {'ok': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Ok'}, 'key': {'type': 'string', 'title': 'Key'}, 'detail': {'type': 'string', 'title': 'Detail'}, 'weight': {'type': 'integer', 'title': 'Weight'}, 'evidence': {'type': 'string', 'title': 'Evidence'}}, 'additionalProperties': False}, 'PackageOutput': {'type': 'object', 'title': 'PackageOutput', 'required': ['package_id', 'service_id', 'name', 'billing_kind', 'currency', 'product_package', 'eligibility'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'currency': {'type': 'string', 'title': 'Currency'}, 'price_usd': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Price Usd', 'default': None}, 'package_id': {'type': 'string', 'title': 'Package Id'}, 'service_id': {'enum': ['store-assistant', 'store-audit', 'ai-visibility', 'custom-monitor', 'agent-team'], 'type': 'string', 'title': 'Service Id'}, 'eligibility': {'$ref': '#/$defs/EligibilityOutput'}, 'billing_kind': {'enum': ['fixed', 'quote_required', 'recurring'], 'type': 'string', 'title': 'Billing Kind'}, 'base_price_usd': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Base Price Usd', 'default': None}, 'product_package': {'type': 'string', 'title': 'Product Package'}, 'billing_interval': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Billing Interval', 'default': None}}, 'additionalProperties': False}, 'ServiceOutput': {'type': 'object', 'title': 'ServiceOutput', 'required': ['service_id', 'name', 'summary', 'for_whom', 'service_url', 'sample_url', 'sample_language', 'sample_status'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'limits': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Limits', 'default': None}, 'summary': {'type': 'string', 'title': 'Summary'}, 'delivery': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Delivery', 'default': None}, 'for_whom': {'type': 'string', 'title': 'For Whom'}, 'packages': {'type': 'array', 'items': {'$ref': '#/$defs/PackageOutput'}, 'title': 'Packages'}, 'terms_url': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Terms Url', 'default': None}, 'sample_url': {'type': 'string', 'title': 'Sample Url'}, 'service_id': {'enum': ['store-assistant', 'store-audit', 'ai-visibility', 'custom-monitor', 'agent-team'], 'type': 'string', 'title': 'Service Id'}, 'match_score': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Match Score', 'default': None}, 'service_url': {'type': 'string', 'title': 'Service Url'}, 'sample_status': {'enum': ['available', 'arabic_only'], 'type': 'string', 'title': 'Sample Status'}, 'sample_language': {'type': 'string', 'const': 'ar', 'title': 'Sample Language'}}, 'additionalProperties': False}, 'EligibilityOutput': {'type': 'object', 'title': 'EligibilityOutput', 'required': ['kind'], 'properties': {'kind': {'type': 'string', 'title': 'Kind'}, 'service_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Service Id', 'default': None}, 'minimum_age_days': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Minimum Age Days', 'default': None}, 'allowed_package_ids': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Allowed Package Ids'}}, 'additionalProperties': False}}, 'title': 'ReadabilityOutput', 'required': ['ok', 'status'], 'properties': {'ok': {'type': 'boolean', 'title': 'Ok'}, 'scope': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Scope', 'default': None}, 'errors': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Errors'}, 'status': {'enum': ['complete', 'partial', 'target_rejected', 'busy', 'check_unavailable'], 'type': 'string', 'title': 'Status'}, 'message': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Message', 'default': None}, 'signals': {'type': 'array', 'items': {'$ref': '#/$defs/SignalOutput'}, 'title': 'Signals'}, 'next_step': {'anyOf': [{'$ref': '#/$defs/ServiceOutput'}, {'type': 'null'}], 'default': None}, 'miss_count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Miss Count', 'default': None}, 'measurement': {'anyOf': [{'type': 'string', 'const': 'declared_public_page_machine_basics'}, {'type': 'null'}], 'title': 'Measurement', 'default': None}, 'not_measured': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Not Measured'}, 'score_percent': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Score Percent', 'default': None}, 'checked_origin': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Checked Origin', 'default': None}, 'measured_at_utc': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Measured At Utc', 'default': None}, 'unchecked_count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Unchecked Count', 'default': None}, 'coverage_percent': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Coverage Percent', 'default': None}, 'external_data_policy': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'External Data Policy', 'default': None}, 'separate_live_measurement': {'anyOf': [{'$ref': '#/$defs/ServiceOutput'}, {'type': 'null'}], 'default': None}}, 'additionalProperties': False}
Recent tool changes
Similar MCP servers
Propick Integration MCP
Synchronizes Dubai real-estate listings, resolves projects and responsible agents, and reports import runs and per-property outco…
ideation
Evaluates and benchmarks startup and product ideas before development.
One-Page Readiness Check — 10 Signals, Arabic or English
Checks a public store page for machine-readable readiness signals and returns one actionable finding with verification evidence.
Ambix
Provides AI-accessible shared strategic memory for product teams.
Aginera
Processes construction drawings into quantity takeoffs, measured routes, schedules, and cost estimates.
mcp
Helps Amazon sellers calculate per-unit profit from settlement data and prepare drafts for seller approval.
mcp
Discovers, verifies, and enriches company and contact data for business intelligence and prospecting.