What you can do with Consider

Built for

Talent Partners, VC Platform Teams, Accelerator Operators, Recruiting Ops

Example workflows

Snapshot the portfolio job board

Combines board stats with filtered job listing for a weekly talent digest.

Try this

How many companies and jobs are on our Consider board right now? List the five most recently posted roles with company names and locations.

Find roles at one portfolio company

Company-scoped job read after the user names a portfolio startup.

Try this

List open engineering jobs at example.com on our Consider board and summarize seniority, remote options, and salary ranges when present.

Map hiring across the network

Company discovery plus cross-board job filters for network hiring reviews.

Try this

List portfolio companies on Consider with the most open jobs, then show recent postings in fintech or AI markets.

Embed-ready job data

Boards API use case Consider documents for website embeds and syndication.

Try this

Pull Consider board stats and the latest ten jobs with descriptions so I can draft a portfolio careers page update.

Context to know first

What does the Consider MCP server cover?

It reads your Consider job board through the Boards API: aggregate stats, portfolio companies, and open jobs. It does not access private talent-network candidate review inside Consider unless Consider adds that API surface for your account.

How do I connect Consider on MCPBundles?

Add a Consider Boards API key from your Consider customer success manager or by emailing support@consider.com. MCPBundles stores the key securely and sends it only with your requested reads.

Can agents review candidates in Consider?

Not through the Boards API today. Candidate and talent-network review requires Consider's admin product or a future partner API. This server is the foundation for job-board automation; tell us if you need deeper talent-network coverage for your board.

AI Skill
SKILL.md

Domain knowledge for Consider — workflow patterns, data models, and gotchas for your AI agent.

Consider

Consider hosts portfolio job boards and talent networks for startup communities, VC firms, and accelerators. The Boards API exposes read-only access to companies, jobs, and aggregate board statistics tied to your Consider account.

Data Model

  • Board — aggregate counts of portfolio companies and open jobs on your Consider board.
  • Companies — portfolio startups keyed by website domain; each row includes name, funding stage, markets, logos, and open job count.
  • Jobs — roles aggregated across the board or scoped to one company domain; include title, locations, seniority, skills, salary when available, and a public job URL.

Operational Order

  1. Read board stats to understand scope (company and job counts).
  2. List companies when you need portfolio coverage or want a domain for company-scoped job reads.
  3. List jobs across the board or pass a company domain to scope results to one portfolio startup.

Scope and Limits

  • This integration covers the Consider Boards API only: public job-board data for your board.
  • Talent network members, candidate profiles, pipeline review, referrals, and ATS sync are not in the Boards API. Those workflows stay in Consider's product UI unless Consider exposes a partner API for your account.
  • Pagination uses opaque offset tokens from response links; prefer links.next over hand-built URLs.
  • Default page size is small; raise limit only when you need more rows (maximum 50 per request).

Gotchas

  • Board-scoped keys — each API key is tied to one Consider customer board (for example a single VC or accelerator network). Results never span boards you do not administer.
  • Domain identity — company-scoped reads require the company's website domain (example.com), not the Consider slug alone.
  • Board vs company job filtersjob_types, skills, and markets apply to board-wide GET /jobs only. Company-scoped job reads (domain set) support date filters, descriptions, sort, and pagination per Consider's Domain Jobs API.
  • Pagination — list responses include hasNext, offset, and links.next. Pass the returned offset string to fetch the next page; do not invent page numbers.
  • Single company shape — one company by domain returns {data: {...}}; company lists return {data: [...]}.
  • Descriptions — job descriptions are omitted unless you explicitly request them; they can be long HTML payloads.

Tools in this Server (3)

Consider Get Board

Get aggregate stats for your Consider job board: total companies and open jobs. Use this first to understand board size before listing jobs or portfol...

Consider Get Companies

List portfolio companies on your Consider job board, or fetch one company when domain is provided. Single-company responses wrap fields under data; li...

Consider Get Jobs

List jobs on your Consider board, optionally scoped to one portfolio company when domain is set. Board-wide filters job_types, skills, and markets app...

Frequently Asked Questions

What does the Consider MCP server cover?

It reads your Consider job board through the Boards API: aggregate stats, portfolio companies, and open jobs. It does not access private talent-network candidate review inside Consider unless Consider adds that API surface for your account.

How do I connect Consider on MCPBundles?

Add a Consider Boards API key from your Consider customer success manager or by emailing support@consider.com. MCPBundles stores the key securely and sends it only with your requested reads.

Can agents review candidates in Consider?

Not through the Boards API today. Candidate and talent-network review requires Consider's admin product or a future partner API. This server is the foundation for job-board automation; tell us if you need deeper talent-network coverage for your board.

Who is this for?

VC platform teams, accelerator operators, and talent partners who run a Consider-powered portfolio job board and want agents to query companies and roles programmatically.

How do I connect Consider to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/consider. Authentication is handled automatically.

How many tools does Consider provide?

Consider provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Consider require?

Consider uses API Key. Consider requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Consider to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/consider

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Consider and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Consider will appear under Not connected — select it and click Connect to complete OAuth.
Name: Consider
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/consider
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Consider?

Sign in to connect your credentials and start running tools from the chat.

Consider MCP Server