MCP Hub
Back to servers

@codegrenade/naija-faker-mcp

A naija-faker MCP server

npm188/wk
Updated
Mar 5, 2026

Quick Install

npx -y @codegrenade/naija-faker-mcp

Naija Faker MCP Server

MCP server for @codegrenade/naija-faker. Let's AI assistant generates fake typical Nigerian data ranging from name, address, phone number, LGAs and states for you. It supports Yoruba, Igbo, and Hausa ethnic groups with culturally authentic data.

NB: You can invoke the server in any AI assistant that supports MCP.

Quick Start

Add to your Claude Desktop config at:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "naija-faker-mcp": {
      "command": "npx",
      "args": ["-y", "@codegrenade/naija-faker-mcp@latest"]
    }
  }
}

PS: You can also use the inspector to debug the server. See the development section for more information.

Available tools

ToolDescription
generate_personGenerate a fake person with Nigerian characteristics.
generate_addressGenerate a fake Nigerian address.
generate_phone_numberGenerate a fake Nigerian phone number.
generate_lgasGenerate fake Nigerian LGAs.
generate_statesGenerate fake Nigerian states.
generate_emailGenerate a fake Nigerian email.
generate_ninGenerate a fake Nigerian NIN.
generate_bvnGenerate a fake Nigerian BVN.
generate_license_plateGenerate a fake Nigerian license plate.
generate_peopleGenerate a list of fake Nigerian people.
generate_titleGenerate a fake Nigerian title.
generate_nameGenerate a fake Nigerian name.
generate_vehicle_recordGenerate a fake Nigerian vehicle record.
generate_companyGenereate a fake Nigerian company.
generate_universityGenerate a fake Nigerian university
generate_education_recordGenerate a fake Nigerian education record
generate_work_recordGenerate a fake Nigerian work record
generate_detailed_personGenerate a fake Nigerian person with detailed information
generate_detailed_peopleGenerate a list of fake Nigerian people with detailed information
generate_date_of_birthGenerate a fake date of birth
genereate_marital_statusGenereate a fake marital status
generate_blood_groupGenerate a fake blood group
generate_genotypeGenerate a fake genotype
generate_salaryGenerate a fake salary
generate_next_of_kinGenerate a fake Nigerian next of kin
generate_bank_accountGenerate a fake Nigerian bank account
generate_consistent_personGenerate a fake Nigerian person with consistent data
generate_consistent_peopleGenerate a list of fake Nigerian people with consistent data

Development

Clone Repository

git clone https://github.com/kodegrenade/naija-faker-mcp.git

Navigate to the project directory

cd naija-faker-mcp

Install dependencies

npm install

Run the server

npm run dev

Debug with inspector

npx @modelcontextprotocol/inspector npm run dev

License

MIT

Reviews

No reviews yet

Sign in to write a review