Enterprise DNA
M MCP Servers Developer low

osinmv/funciton-lookup-mcp

by Various

MCP server for AI agents to lookup function signatures from any API. Uses SQLite and universal ctags to index source files across multiple languages (Python, C, Go, C++, JS, Rust,

O

MCP

osinmv/funciton-lookup-mcp

Added 1 June 2026

#ctags #mcp #python

Overview

An MCP server that lets AI agents look up function signatures from any API by indexing source files with universal ctags and storing them in SQLite. It supports multiple languages including Python, C, Go, C++, JS, Rust, and Java, and helps prevent hallucination on unknown or recently updated source files by providing accurate signatures.

Best for

Best for
Developers building AI agents that need accurate function signatures from existing codebases

Use cases

  • Provide correct function signatures to an AI coding assistant during code generation
  • Validate API calls in an agent by cross-referencing against indexed source files
  • Reduce hallucination when an AI agent references functions from a large or unfamiliar codebase

How to use

Install

claude mcp add api-lookup $(pwd)/run.sh -s user

Tools exposed

  • universal ctags
  • sqlite

Notes

An MCP server that lets AI agents look up function signatures from any API by indexing source files with universal ctags and storing them in SQLite. It supports multiple languages including Python, C, Go, C++, JS, Rust, and Java, and helps prevent hallucination on unknown or recently updated source files by providing accurate signatures.

3 stars on GitHub. Last updated 2025-11-10.

Use cases

  • Provide correct function signatures to an AI coding assistant during code generation
  • Validate API calls in an agent by cross-referencing against indexed source files
  • Reduce hallucination when an AI agent references functions from a large or unfamiliar codebase

Pros

  • Supports a wide range of programming languages via universal ctags
  • Uses local SQLite for fast, offline signature lookups
  • Directly addresses hallucination by returning real function signatures

Cons

  • Requires source files to be present and indexed before use
  • Depends on universal ctags, which may not cover all language features or custom syntax
  • Limited to function signatures only, not full documentation or usage examples

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Supports a wide range of programming languages via universal ctags
  • Uses local SQLite for fast, offline signature lookups
  • Directly addresses hallucination by returning real function signatures

Cons

  • Requires source files to be present and indexed before use
  • Depends on universal ctags, which may not cover all language features or custom syntax
  • Limited to function signatures only, not full documentation or usage examples
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks