MCP

Access Agent Interviews Data via MCP

Access Agent Interviews data like projects and transcripts via MCP for AI agents. Integrates with Claude and Cursor.

Works with mcp
⚠️ This tool looks unmaintained — no upstream commits in 12+ months.

6
Spark score
out of 100
Updated May 2025
Version 1.0.0
Models

Add to Favorites

Why it matters

Integrate your AI assistants with the Agent Interviews platform to access and analyze technical assessment data. Streamline your recruiting process by querying interview details, transcripts, and project information directly.

Outcomes

What it gets done

01

List all available projects within Agent Interviews.

02

Retrieve specific interview details and transcripts.

03

Access information about interviewers.

04

Securely authenticate with the Agent Interviews API using your provided key.

Install

Add it to your toolbox

Run in your project directory:

curl -fsSL https://spark.entire.vc/get/vb-agent-interviews | bash

Capabilities

Tools your agent gets

agentinterviews_list_projects

List all projects in your Agent Interviews account

agentinterviews_get_interview

Get details of a specific interview

agentinterviews_list_interviewers

List all interviewers in your Agent Interviews account

agentinterviews_get_transcript

Get interview transcript

Overview

Agent Interviews MCP Server

What it does

This MCP connector allows AI clients to access data from the Agent Interviews platform. It provides secure API access using an API key and exposes tools for listing projects, retrieving interview details and transcripts, and listing interviewers. All tools are prefixed with `agentinterviews_` to prevent naming conflicts.

How it connects

Use this connector when you need to integrate technical assessment data from Agent Interviews into AI applications or workflows. It is ideal for scenarios where an AI needs to programmatically access interview results, project information, or candidate transcripts for analysis or reporting.

Source README

Agent Interviews MCP

Agent Interviews Logo

MCP Compatible

Access your Agent Interviews data directly from Claude and Cursor using Model Context Protocol (MCP)

What is Agent Interviews?

Agent Interviews is a cutting-edge AI interview-as-a-service platform that helps companies streamline their technical assessment process. Our platform allows you to:

  • Create AI interviewers tailored to specific roles and skills
  • Conduct consistent, bias-reduced technical interviews at scale
  • Collect structured data on candidate performance
  • Save engineering time while maintaining high hiring standards

With Agent Interviews, you can deploy customizable AI interviewers that evaluate candidates through natural conversation, provide detailed reports, and integrate with your existing hiring workflow.

Overview

The Agent Interviews MCP server provides a standardized way for AI assistants to access your interview data, reports, and transcripts using the Model Context Protocol (MCP). This integration allows Claude, Cursor, and other MCP-compatible AI assistants to seamlessly interact with your Agent Interviews account.

Features

  • Secure API Access: Connect to your Agent Interviews account using your API key
  • Prefixed Tools: All tools use the agentinterviews_ prefix to avoid collisions with other MCPs
  • Comprehensive Functionality: Access interviews, transcripts, reports, projects, and more
  • Intuitive Queries: Ask natural language questions and let the AI determine the right tools to use

Documentation

For comprehensive setup guides and usage instructions, visit our official documentation:

Quick Start

Prerequisites

  • An Agent Interviews account with API access
  • Your Agent Interviews API key
  • MCP-compatible client (Claude Desktop, Cursor, etc.)

Cursor Setup

{
  "mcpServers": {
    "AgentInterviews": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.agentinterviews.com/mcp",
        "--header",
        "Authorization:${API_KEY}"
      ],
      "env": {
        "API_KEY": "Api-Key YOUR_API_KEY_HERE"
      }
    }
  }
}

Claude Desktop Setup

Edit your Claude Desktop config file (accessible via Claude menu → Settings → Developer → Edit Config):

{
  "mcpServers": {
    "agentinterviews": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.agentinterviews.com/mcp",
        "--header",
        "Authorization:${API_KEY}"
      ],
      "env": {
        "API_KEY": "Api-Key YOUR_API_KEY_HERE"
      }
    }
  }
}

Example Usage

Once configured, you can ask questions like:

  • "Show me the status of my recent interviews"
  • "Get the transcript from my last interview with candidate John Smith"
  • "What projects do I have available?"
  • "Show me details about the 'Senior Developer' interviewer"

Available Tools

Our MCP server exposes tools with the agentinterviews_ prefix. Some key tools include:

  • agentinterviews_list_projects: List all your projects
  • agentinterviews_get_interview: Get details about a specific interview
  • agentinterviews_list_interviewers: List all your interviewers
  • agentinterviews_get_transcript: Get a transcript from an interview

Security

The Agent Interviews MCP server requires your API key for authentication. This key is used to securely access your account data. Never share your API key or include it in public repositories.

Related Projects

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.