Skip to main content
Glama

Eodly MCP 서버

Eodly API 키를 사용하여 모든 MCP 클라이언트에서 팀의 소싱된 일일 보고서와 명단을 읽으세요.

Eodly는 매일 저녁 창업자와 팀 리더에게 소싱된 보고서를 하나 보냅니다: 누가 출시했는지, 누가 침묵하는지, 누가 미끄러지고 있는지. 팀은 Slack, Telegram, Microsoft Teams 또는 Discord에서 체크인하며, Eodly는 각 주장을 GitHub와 Linear의 실제 작업과 대조합니다. 이 서버는 이러한 보고서를 Claude 및 Cursor와 같은 MCP 클라이언트에 노출하므로, 에이전트에게 "이번 주에 누가 미끄러지고 있나요?"라고 물어보고 소싱된 답변을 가져오게 할 수 있습니다.

읽기 전용입니다. 작업 공간에서 어떤 것도 변경할 수 없습니다.

설치

호스팅 (권장)

원격 Streamable HTTP 엔드포인트로, 설치할 것이 없습니다:

https://eodly.io/api/mcp

로컬 (stdio)

npx @eodly/mcp

Related MCP server: wealify-kpi-mcp

구성

Eodly 앱의 설정 → 개발자 → API 키에서 API 키를 생성한 다음 서버를 클라이언트에 추가하세요.

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "eodly": {
      "command": "npx",
      "args": ["-y", "@eodly/mcp"],
      "env": { "EODLY_API_KEY": "eodly_sk_..." }
    }
  }
}

Cursor 및 기타 MCP 클라이언트도 동일한 형태를 사용합니다.

도구

도구

기능

범위

whoami

키 식별: 어떤 조직에 속하는지, 어떤 범위를 보유하는지

없음

list_reports

최근 일일 보고서 요약, 최신순 (limit, 1-50, 기본 14)

reports:read

get_report

ID로 하나의 보고서의 전체 구조화된 내용

reports:read

list_team

팀 명단: 이름, 역할, 부서

team:read

환경

변수

필수

기본값

EODLY_API_KEY

없음. Eodly API 키 (eodly_sk_...)

EODLY_API_BASE

아니요

https://eodly.io/api/v1

키는 조직 범위로 지정되며 읽기 전용입니다. 앱에서 언제든지 하나를 해지할 수 있습니다.

링크

라이선스

MIT. LICENSE를 참조하세요.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Read-only MCP server for the Humaans HRIS API, providing tools to query people, reporting chains, compensation, time away, and more.
    33
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    Read-only MCP server for Wealify KPI dashboard that allows AI agents to query KPI data, scoring status, alerts, member performance, and rubric documents via predefined tools and REST endpoints.
    13
  • A
    license
    Not graded
    quality
    F
    maintenance
    Read-only MCP server for SQL databases (SQL Server, Postgres, SQLite) with multi-server support and three-layer safety using AST validation and linting.
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • Query metrics, targets, entities, and team data in your Steep workspace via MCP.

  • MCP server for interacting with the Supabase platform

View all MCP Connectors

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/layergen/eodly-mcp'

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