Skip to main content
Glama
index.ts563 B
/** * Utility exports for @attio-mcp/core * * Public API surface is intentionally minimal. * Internal helpers (validatePhoneNumber, hasCountryCode, isPossiblePhoneNumber, * isValidPhoneNumber) are available via direct import from phone-validation.js * for tests but not exposed as public API. */ // Phone validation - public API export { normalizePhoneForAttio, toE164, PhoneValidationError, } from './phone-validation.js'; export type { PhoneValidationResult, PhoneValidationConfig, PhoneValidationErrorCode, } from './phone-validation.js';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kesslerio/attio-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server