← Registry

API Tools

invokera.com

Provides a searchable catalog of public tools that can be described and invoked without project-specific tokens.

7 endpoints16 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://invokera.com/discover

No auth detected

MCP server metadata

Name
invokera-discover
Version
1.0.0
Capabilities
tools
Server instructions

Discover and call tools published across all projects on Invokera. Use search_tools to find tools, then describe_tool to get one tool's schema. For tools their owner opened for public invocation, call invoke_tool directly (no token, metered to the owner); otherwise connect to the project's own endpoint with a token from its owner.

Known tools 3

search_tools

Search the Invokera catalog for published tools across all projects.

Inferred read-only
describe_tool

Get the full input schema and calling instructions for one tool found via search_tools.

Inferred read-only
invoke_tool

Call a tool whose owner has enabled public invocation, without needing that project's token.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.invokera-discover]
url = "https://invokera.com/discover"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "invokera-discover": {
      "type": "http",
      "url": "https://invokera.com/discover"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: invokera-discover
Remote MCP URL: https://invokera.com/discover

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "invokera-discover": {
      "url": "https://invokera.com/discover"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "invokera-discover": {
      "type": "http",
      "url": "https://invokera.com/discover"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "invokera-discover",
  "transport": "streamable-http",
  "url": "https://invokera.com/discover"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://invokera.com/r/book-search

No auth detected

MCP server metadata

Name
invokera-book-search
Version
1.0.0
Capabilities
tools
Server instructions

Tools for Book Search (Open Library). Served by Invokera on behalf of openlibrary.org.

Known tools 2

search_authors

Search authors by name.

Inferred read-only
search_books

Search books by keyword.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.invokera-book-search]
url = "https://invokera.com/r/book-search"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "invokera-book-search": {
      "type": "http",
      "url": "https://invokera.com/r/book-search"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: invokera-book-search
Remote MCP URL: https://invokera.com/r/book-search

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "invokera-book-search": {
      "url": "https://invokera.com/r/book-search"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "invokera-book-search": {
      "type": "http",
      "url": "https://invokera.com/r/book-search"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "invokera-book-search",
  "transport": "streamable-http",
  "url": "https://invokera.com/r/book-search"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://invokera.com/r/currency-rates

No auth detected

MCP server metadata

Name
invokera-currency-rates
Version
1.0.0
Capabilities
tools
Server instructions

Tools for Currency Rates (ECB). Served by Invokera on behalf of api.frankfurter.dev.

Known tools 3

get_currencies

List all supported currencies.

Inferred read-only
get_historical_rates

Get exchange rates for a past date.

Inferred read-only
get_latest_rates

Get the latest exchange rates.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.invokera-currency-rates]
url = "https://invokera.com/r/currency-rates"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "invokera-currency-rates": {
      "type": "http",
      "url": "https://invokera.com/r/currency-rates"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: invokera-currency-rates
Remote MCP URL: https://invokera.com/r/currency-rates

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "invokera-currency-rates": {
      "url": "https://invokera.com/r/currency-rates"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "invokera-currency-rates": {
      "type": "http",
      "url": "https://invokera.com/r/currency-rates"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "invokera-currency-rates",
  "transport": "streamable-http",
  "url": "https://invokera.com/r/currency-rates"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 4

https://invokera.com/r/invokera-status

No auth detected

MCP server metadata

Name
invokera-invokera-status
Version
1.0.0
Capabilities
tools
Server instructions

Tools for Invokera Status. Served by Invokera on behalf of invokera.com.

Known tools 3

get_health

Service health check with pending usage-event count.

Inferred read-only
get_llms_txt

AI-readable overview of the site (llms.

Inferred read-only
get_robots_txt

Crawler policy (robots.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.invokera-invokera-status]
url = "https://invokera.com/r/invokera-status"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "invokera-invokera-status": {
      "type": "http",
      "url": "https://invokera.com/r/invokera-status"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: invokera-invokera-status
Remote MCP URL: https://invokera.com/r/invokera-status

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "invokera-invokera-status": {
      "url": "https://invokera.com/r/invokera-status"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "invokera-invokera-status": {
      "type": "http",
      "url": "https://invokera.com/r/invokera-status"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "invokera-invokera-status",
  "transport": "streamable-http",
  "url": "https://invokera.com/r/invokera-status"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 5

https://invokera.com/r/postal-codes

No auth detected

MCP server metadata

Name
invokera-postal-codes
Version
1.0.0
Capabilities
tools
Server instructions

Tools for Postal Code Lookup. Served by Invokera on behalf of api.zippopotam.us.

Known tools 1

lookup_postal_code

Look up a postal code.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.invokera-postal-codes]
url = "https://invokera.com/r/postal-codes"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "invokera-postal-codes": {
      "type": "http",
      "url": "https://invokera.com/r/postal-codes"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: invokera-postal-codes
Remote MCP URL: https://invokera.com/r/postal-codes

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "invokera-postal-codes": {
      "url": "https://invokera.com/r/postal-codes"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "invokera-postal-codes": {
      "type": "http",
      "url": "https://invokera.com/r/postal-codes"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "invokera-postal-codes",
  "transport": "streamable-http",
  "url": "https://invokera.com/r/postal-codes"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 6

https://invokera.com/r/public-holidays

No auth detected

MCP server metadata

Name
invokera-public-holidays
Version
1.0.0
Capabilities
tools
Server instructions

Tools for Public Holidays. Served by Invokera on behalf of date.nager.at.

Known tools 2

get_next_public_holidays

List the upcoming public holidays for a country.

Inferred read-only
get_public_holidays

List public holidays for a country and year.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.invokera-public-holidays]
url = "https://invokera.com/r/public-holidays"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "invokera-public-holidays": {
      "type": "http",
      "url": "https://invokera.com/r/public-holidays"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: invokera-public-holidays
Remote MCP URL: https://invokera.com/r/public-holidays

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "invokera-public-holidays": {
      "url": "https://invokera.com/r/public-holidays"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "invokera-public-holidays": {
      "type": "http",
      "url": "https://invokera.com/r/public-holidays"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "invokera-public-holidays",
  "transport": "streamable-http",
  "url": "https://invokera.com/r/public-holidays"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 7

https://invokera.com/r/world-time

No auth detected

MCP server metadata

Name
invokera-world-time
Version
1.0.0
Capabilities
tools
Server instructions

Tools for World Time. Served by Invokera on behalf of timeapi.io.

Known tools 2

get_current_time

Get the current time in a time zone.

Inferred read-only
list_time_zones

List all available IANA time zones.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.invokera-world-time]
url = "https://invokera.com/r/world-time"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "invokera-world-time": {
      "type": "http",
      "url": "https://invokera.com/r/world-time"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: invokera-world-time
Remote MCP URL: https://invokera.com/r/world-time

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "invokera-world-time": {
      "url": "https://invokera.com/r/world-time"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "invokera-world-time": {
      "type": "http",
      "url": "https://invokera.com/r/world-time"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "invokera-world-time",
  "transport": "streamable-http",
  "url": "https://invokera.com/r/world-time"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for invokera.com was fetched 2026-08-08T04:16:59.126Z and is being refreshed.

Trust status Neutral

invokera.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.