Skip to main content
Glama

Eodly MCPサーバー

Eodly APIキーを使用して、任意のMCPクライアントからチームのソース付き終業レポートと名簿を読み取ります。

Eodlyは毎晩、ファウンダーとチームリーダーにソース付きのレポートを1通送信します:誰が出荷したか、誰が沈黙しているか、誰が遅れているか。チームは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 Desktopclaude_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による1件のレポートの完全な構造化コンテンツ

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