Skip to content

Add Tendem integration - #562

Open
tendemmcp wants to merge 1 commit into
deepset-ai:mainfrom
tendemmcp:add-tendem-integration
Open

Add Tendem integration#562
tendemmcp wants to merge 1 commit into
deepset-ai:mainfrom
tendemmcp:add-tendem-integration

Conversation

@tendemmcp

Copy link
Copy Markdown

Adds an integration page for Tendem (integrations/tendem.md), a hybrid AI + human task service that Haystack agents can call as a remote MCP server.

There is no Tendem-specific Haystack package — the page shows how to reach the hosted server with the existing mcp-haystack MCPToolset / StreamableHttpServerInfo, including a runnable Agent example and a note on keeping approval (i.e. spend) tools out of the model's reach.

The repo and report_issue frontmatter fields are set per the contribution README; pypi is omitted since the service ships no Python package.

@tendemmcp
tendemmcp requested a review from a team as a code owner August 5, 2026 18:26
@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown

@tendemmcp is attempting to deploy a commit to the deepset Team on Vercel.

A member of the Team first needs to authorize it.

Comment thread integrations/tendem.md
report_issue: https://github.com/Toloka/tendem-mcp/issues
type: Tool Integration
version: Haystack 2.0
toc: true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
toc: true
toc: true
mcp: true

We have an mcp property to mark MCP-based integrations.

Comment thread integrations/tendem.md
Comment on lines +1 to +14
---
layout: integration
name: Tendem
description: Delegate tasks to vetted human experts - research, writing, analysis, and data work.
authors:
- name: Tendem
socials:
github: Toloka
repo: https://github.com/Toloka/tendem-mcp
report_issue: https://github.com/Toloka/tendem-mcp/issues
type: Tool Integration
version: Haystack 2.0
toc: true
---

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a logo we could add here?

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

  • Adds a new Haystack integration docs page for Tendem, describing how to use Tendem’s hosted remote MCP server from Haystack via mcp-haystack.

Changes:

  • Adds integrations/tendem.md with overview, install steps, authentication guidance, and a runnable Agent example.
  • Documents a “tool allowlist” approach to keep spend/approval tools out of the model’s reach.
Suppressed comments (1)

integrations/tendem.md:88

  • Same as the earlier snippet: prefer the canonical MCP endpoint without the hard-coded utm_hash query parameter to keep the docs stable and consistent with the Overview section.
        url="https://mcp.tendem.ai/mcp?utm_hash=b3b2da7bd9",

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread integrations/tendem.md

toolset = MCPToolset(
server_info=StreamableHttpServerInfo(
url="https://mcp.tendem.ai/mcp?utm_hash=b3b2da7bd9",
Comment thread integrations/tendem.md
url="https://mcp.tendem.ai/mcp?utm_hash=b3b2da7bd9",
headers={"Authorization": Secret.from_env_var("TENDEM_AUTH")},
),
tool_names=["create_task", "read_chat", "send_message", "get_contract", "get_task"],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants