Maton MCP Server
Maton 모델 컨텍스트 프로토콜
Maton 모델 컨텍스트 프로토콜 서버를 사용하면 함수 호출을 통해 Maton API와 통합할 수 있습니다. 이 프로토콜은 다양한 앱과 액션이 다양한 Maton 서비스와 상호 작용할 수 있도록 지원합니다.
Maton 대시보드 에서 API 키를 받고 설명서를 확인할 수 있습니다.
설정
npx를 사용하여 Maton MCP 서버를 실행하려면 다음 명령을 사용하세요.
API 에이전트(베타)
지엑스피1
API 동작
# To set up all available API actions
npx -y @maton/mcp hubspot --actions=all --api-key=YOUR_MATON_API_KEY
# To set up all available API actions
npx -y @maton/mcp hubspot --actions=create-contact,list-contacts --api-key=YOUR_MATON_API_KEYYOUR_MATON_API_KEY 실제 Maton API 키로 바꿔주세요. 또는 환경 변수에 MATON_API_KEY를 설정할 수도 있습니다. Maton 대시보드 에서 API 키를 확인할 수 있습니다.
Claude Desktop과 함께 사용
claude_desktop_config.json 파일에 다음을 추가하세요. 자세한 내용은 여기를 참조하세요.
{
"mcpServers": {
"maton": {
"command": "npx",
"args": [
"-y",
"@maton/mcp@latest",
"hubspot",
"--actions=all",
"--api-key=YOUR_MATON_API_KEY"
]
}
}
}YOUR_MATON_API_KEY 실제 Maton API 키로 바꿔주세요. 또는 env 변수에 MATON_API_KEY를 설정할 수도 있습니다. Maton 대시보드 에서 API 키를 확인할 수 있습니다.
Related MCP server: HubSpot MCP Server
서버 디버깅
서버를 디버깅하려면 MCP Inspector를 사용할 수 있습니다.
먼저 서버를 빌드하세요
npm run build터미널에서 다음 명령을 실행하세요.
# Start MCP Inspector and server with all tools
npx @modelcontextprotocol/inspector node dist/index.js salesforce --actions=all --api-key=YOUR_MATON_API_KEY지침
YOUR_MATON_API_KEY실제 Maton API 비밀 키로 바꾸세요.MCP Inspector를 시작하려면 명령을 실행하세요.
브라우저에서 MCP Inspector UI를 열고 연결을 클릭하여 MCP 서버를 시작합니다.
선택한 도구 목록을 보고 각 도구를 개별적으로 테스트할 수 있습니다.
사용 가능한 API 작업
앱 | 행동 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Ask data questions in natural language. Get SQL, insights, and charts from your databases.
Query BigQuery, Snowflake, Redshift & Azure Synapse with natural language
Ask questions in plain language, get answers from your business database. No SQL required.
Ask business questions in plain English. Get instant answers from your database, no SQL needed.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI clients to seamlessly take HubSpot actions and interact with HubSpot data, allowing users to create/update CRM records, manage associations, and gain insights through natural language.2220MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with HubSpot CRM for managing contacts, companies, deals, and sending emails through natural language commands.275MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables management of HubSpot CRM entities including contacts, companies, deals, and pipelines through natural language. It provides comprehensive tools for listing, searching, creating, and updating records with support for OAuth 2.0 authentication.-
- FlicenseNot gradedqualityNot gradedmaintenanceA natural language interface for Salesforce data that allows users to query accounts, opportunities, contacts, leads, and activities through conversational prompts. It supports SOQL queries and provides tools for data retrieval and analysis without requiring technical Salesforce knowledge.42-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/maton-ai/agent-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server